Trait IWMPCore3_Impl
pub trait IWMPCore3_Impl: IWMPCore2_Impl {
// Required methods
fn newPlaylist(
&self,
bstrname: &BSTR,
bstrurl: &BSTR,
) -> Result<IWMPPlaylist>;
fn newMedia(&self, bstrurl: &BSTR) -> Result<IWMPMedia>;
}
Required Methods§
fn newPlaylist(&self, bstrname: &BSTR, bstrurl: &BSTR) -> Result<IWMPPlaylist>
fn newMedia(&self, bstrurl: &BSTR) -> Result<IWMPMedia>
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.