pub type ControlGetConfigurationResult = Result<Configuration, ControlGetConfigurationError>;Aliased Type§
pub enum ControlGetConfigurationResult {
Ok(Configuration),
Err(ControlGetConfigurationError),
}Variants§
Ok(Configuration)
Contains the success value
Err(ControlGetConfigurationError)
Contains the error value