pub trait IBindProtocol_Impl: Sized {
// Required method
fn CreateBinding(
&self,
szurl: &PCWSTR,
pbc: Option<&IBindCtx>,
) -> Result<IBinding>;
}
Required Methods§
fn CreateBinding( &self, szurl: &PCWSTR, pbc: Option<&IBindCtx>, ) -> Result<IBinding>
Object Safety§
This trait is not object safe.