Type Alias Substate

Source
pub type Substate<'a, S> = Substate<'a, Action, State, S>;

Aliased Typeยง

pub struct Substate<'a, S> { /* private fields */ }