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