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