pub type StateSetResult = Result<(), SetSystemActivityGovernorStateError>;Aliased Type§
pub enum StateSetResult {
Ok(()),
Err(SetSystemActivityGovernorStateError),
}Variants§
Ok(())
Contains the success value
Err(SetSystemActivityGovernorStateError)
Contains the error value