Type Alias fidl_test_sagcontrol::StateSetResult

source ·
pub type StateSetResult = Result<(), SetSystemActivityGovernorStateError>;

Aliased Type§

enum StateSetResult {
    Ok(()),
    Err(SetSystemActivityGovernorStateError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(SetSystemActivityGovernorStateError)

Contains the error value