Skip to main content

ControlResult

Type Alias ControlResult 

Source
pub type ControlResult = Result<CommandOutcome, ControlError>;

Aliased Type§

pub enum ControlResult {
    Ok(CommandOutcome),
    Err(ControlError),
}

Variants§

§1.0.0

Ok(CommandOutcome)

Contains the success value

§1.0.0

Err(ControlError)

Contains the error value