pub type ControlCreatorCreateResult = Result<ControlCreatorCreateResponse, ControlCreatorError>;

Aliased Type§

enum ControlCreatorCreateResult {
    Ok(ControlCreatorCreateResponse),
    Err(ControlCreatorError),
}

Variants§

§1.0.0

Ok(ControlCreatorCreateResponse)

Contains the success value

§1.0.0

Err(ControlCreatorError)

Contains the error value