pub type TargetHandlerGetNotificationResult = Result<Notification, TargetAvcError>;
Aliased Type§
pub enum TargetHandlerGetNotificationResult {
Ok(Notification),
Err(TargetAvcError),
}
pub type TargetHandlerGetNotificationResult = Result<Notification, TargetAvcError>;
pub enum TargetHandlerGetNotificationResult {
Ok(Notification),
Err(TargetAvcError),
}