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