pub type TargetHandlerGetMediaAttributesResult = Result<MediaAttributes, TargetAvcError>;
Aliased Type§
enum TargetHandlerGetMediaAttributesResult {
Ok(MediaAttributes),
Err(TargetAvcError),
}
Variants§
Ok(MediaAttributes)
Contains the success value
Err(TargetAvcError)
Contains the error value