Actions

Type Alias Actions 

Source
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 */ }