Skip to main content

TriggerEffectResult

Type Alias TriggerEffectResult 

Source
pub type TriggerEffectResult = Result<TriggerCommandOutcome, TriggerOperationError>;

Aliased Type§

pub enum TriggerEffectResult {
    Ok(TriggerCommandOutcome),
    Err(TriggerOperationError),
}

Variants§

§1.0.0

Ok(TriggerCommandOutcome)

Contains the success value

§1.0.0

Err(TriggerOperationError)

Contains the error value