pub type TargetHandlerGetNotificationResult = Result<Notification, TargetAvcError>;

Aliased Type§

enum TargetHandlerGetNotificationResult {
    Ok(Notification),
    Err(TargetAvcError),
}

Variants§

§1.0.0

Ok(Notification)

Contains the success value

§1.0.0

Err(TargetAvcError)

Contains the error value