Type Alias PowerOffState

Source
pub type PowerOffState = DefaultState;

Aliased Type§

pub struct PowerOffState {
    pub error_code: String,
    pub error_msg: String,
}

Fields§

§error_code: String§error_msg: String