pub type TargetHandlerGetMediaAttributesResult = Result<MediaAttributes, TargetAvcError>;

Aliased Type§

enum TargetHandlerGetMediaAttributesResult {
    Ok(MediaAttributes),
    Err(TargetAvcError),
}

Variants§

§1.0.0

Ok(MediaAttributes)

Contains the success value

§1.0.0

Err(TargetAvcError)

Contains the error value