pub type ReadyAction<ActionHandler, Args, State> = Action<Ready<ActionHandler, Args, State>>;Expand description
A convenience type for an action ready status.
Aliased Type§
pub struct ReadyAction<ActionHandler, Args, State> { /* private fields */ }pub type ReadyAction<ActionHandler, Args, State> = Action<Ready<ActionHandler, Args, State>>;A convenience type for an action ready status.
pub struct ReadyAction<ActionHandler, Args, State> { /* private fields */ }