pub type ControlGetDefaultConfigurationResult = Result<Configuration, Error>;
Aliased Type§
pub enum ControlGetDefaultConfigurationResult {
Ok(Configuration),
Err(Error),
}
pub type ControlGetDefaultConfigurationResult = Result<Configuration, Error>;
pub enum ControlGetDefaultConfigurationResult {
Ok(Configuration),
Err(Error),
}