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