pub type StateChangeResult = Result<(), ()>;

Aliased Type§

enum StateChangeResult {
    Ok(()),
    Err(()),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(())

Contains the error value