Trait IConvertType_Impl
pub trait IConvertType_Impl: IUnknownImpl {
// Required method
fn CanConvert(
&self,
wfromtype: u16,
wtotype: u16,
dwconvertflags: u32,
) -> Result<()>;
}
Required Methods§
fn CanConvert( &self, wfromtype: u16, wtotype: u16, dwconvertflags: u32, ) -> Result<()>
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.