pub trait IMediaTypeInfo_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Type(&self) -> Result<BSTR>;
    fn Subtype(&self) -> Result<BSTR>;
}

Required Methods§

fn Type(&self) -> Result<BSTR>

fn Subtype(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§