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