pub type Actions<State> = Vec<BoxedAction<State>>;Expand description
A collection of actions that can be invoked.
Aliased Typeยง
pub struct Actions<State> { /* private fields */ }pub type Actions<State> = Vec<BoxedAction<State>>;A collection of actions that can be invoked.
pub struct Actions<State> { /* private fields */ }