settings::handler::base

Type Alias Response

Source
pub type Response = Result<Option<SettingInfo>, Error>;

Aliased Type§

enum Response {
    Ok(Option<SettingInfo>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<SettingInfo>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value