StateChangeResult

Type Alias StateChangeResult 

Source
pub type StateChangeResult = Option<()>;

Aliased Type§

pub enum StateChangeResult {
    None,
    Some(()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(())

Some value of type T.