Trait IProtocolHandlerSite_Impl
pub trait IProtocolHandlerSite_Impl: IUnknownImpl {
// Required method
fn GetFilter(
&self,
pclsidobj: *const GUID,
pcwszcontenttype: &PCWSTR,
pcwszextension: &PCWSTR,
) -> Result<IFilter>;
}
Required Methods§
fn GetFilter( &self, pclsidobj: *const GUID, pcwszcontenttype: &PCWSTR, pcwszextension: &PCWSTR, ) -> Result<IFilter>
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.