pub type ControlGetConfigurationResult = Result<Configuration, ControlGetConfigurationError>;

Aliased Type§

enum ControlGetConfigurationResult {
    Ok(Configuration),
    Err(ControlGetConfigurationError),
}

Variants§

§1.0.0

Ok(Configuration)

Contains the success value

§1.0.0

Err(ControlGetConfigurationError)

Contains the error value