windows::Media::Protection::PlayReady

Trait INDLicenseFetchCompletedEventArgs_Impl

pub trait INDLicenseFetchCompletedEventArgs_Impl: IUnknownImpl {
    // Required method
    fn ResponseCustomData(&self) -> Result<INDCustomData>;
}

Required Methods§

fn ResponseCustomData(&self) -> Result<INDCustomData>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§