windows::Win32::System::Com::Urlmon

Trait IBindProtocol_Impl

pub trait IBindProtocol_Impl: IUnknownImpl {
    // Required method
    fn CreateBinding(
        &self,
        szurl: &PCWSTR,
        pbc: Ref<'_, IBindCtx>,
    ) -> Result<IBinding>;
}

Required Methods§

fn CreateBinding( &self, szurl: &PCWSTR, pbc: Ref<'_, IBindCtx>, ) -> Result<IBinding>

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§