pub type TargetHandlerGetEventsSupportedResult = Result<Vec<NotificationEvent>, TargetAvcError>;
Aliased Type§
enum TargetHandlerGetEventsSupportedResult {
Ok(Vec<NotificationEvent>),
Err(TargetAvcError),
}
Variants§
Ok(Vec<NotificationEvent>)
Contains the success value
Err(TargetAvcError)
Contains the error value