State

Type Alias State 

Source
pub type State = State;

Aliased Type§

pub enum State {
    Typed(StateTyped),
    Reference(StateRef),
    System(SystemState),
}

Variants§

§

Typed(StateTyped)

§

Reference(StateRef)

§

System(SystemState)