Type Alias starbase::EventResult

source ·
pub type EventResult = Result<EventState, Report>;

Aliased Type§

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