Type Alias ControlUpdateInterfaceDefaultsResult

Source
pub type ControlUpdateInterfaceDefaultsResult = Result<Configuration, UpdateError>;

Aliased Type§

pub enum ControlUpdateInterfaceDefaultsResult {
    Ok(Configuration),
    Err(UpdateError),
}

Variants§

§1.0.0

Ok(Configuration)

Contains the success value

§1.0.0

Err(UpdateError)

Contains the error value