pub trait IMediaProtectionServiceRequest_Impl: Sized {
// Required methods
fn ProtectionSystem(&self) -> Result<GUID>;
fn Type(&self) -> Result<GUID>;
}
Required Methods§
fn ProtectionSystem(&self) -> Result<GUID>
fn Type(&self) -> Result<GUID>
Object Safety§
This trait is not object safe.