pub type SuiteControllerWatchEventsResult = Result<Vec<Event>, LaunchError>;

Aliased Type§

enum SuiteControllerWatchEventsResult {
    Ok(Vec<Event>),
    Err(LaunchError),
}

Variants§

§1.0.0

Ok(Vec<Event>)

Contains the success value

§1.0.0

Err(LaunchError)

Contains the error value