EventResult

Type Alias EventResult 

Source
pub type EventResult = Result<EventState>;

Aliased Type§

pub enum EventResult {
    Ok(EventState),
    Err(Report),
}

Variants§

§1.0.0

Ok(EventState)

Contains the success value

§1.0.0

Err(Report)

Contains the error value