EventResult

Type Alias EventResult 

Source
pub type EventResult = Result<(), AbortReason>;

Aliased Type§

pub enum EventResult {
    Ok(()),
    Err(AbortReason),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(AbortReason)

Contains the error value