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