Protocols
CombinedSelectOptionsLoaderProtocol = StateLoaderProtocol[LoadedOptsProtocol]
module-attribute
ReturnType_co = TypeVar('ReturnType_co', covariant=True)
module-attribute
UserInfoLoaderProtocol = StateLoaderProtocol[BasicUserInfo]
module-attribute
LoadedOptsProtocol
Bases: Protocol
opts_a
instance-attribute
opts_b
instance-attribute
StateLoaderProtocol
Bases: Protocol[ReturnType_co]
execute(rx_state)
async
Execute the loader.
| PARAMETER | DESCRIPTION |
|---|---|
rx_state
|
The current state of the event handler that is calling this loader. Required for accessing other shared states.
TYPE:
|