pub type TargetHandlerGetEventsSupportedResult = Result<Vec<NotificationEvent>, TargetAvcError>;

Aliased Type§

enum TargetHandlerGetEventsSupportedResult {
    Ok(Vec<NotificationEvent>),
    Err(TargetAvcError),
}

Variants§

§1.0.0

Ok(Vec<NotificationEvent>)

Contains the success value

§1.0.0

Err(TargetAvcError)

Contains the error value