pub type ControllerExtGetEventsSupportedResult = Result<Vec<NotificationEvent>, ControllerError>;

Aliased Type§

enum ControllerExtGetEventsSupportedResult {
    Ok(Vec<NotificationEvent>),
    Err(ControllerError),
}

Variants§

§1.0.0

Ok(Vec<NotificationEvent>)

Contains the success value

§1.0.0

Err(ControllerError)

Contains the error value