Type Alias QuitState

Source
pub type QuitState = DefaultState;

Aliased Type§

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

Fields§

§error_code: String§error_msg: String