Trait IConnectionPointContainer_Impl
pub trait IConnectionPointContainer_Impl: IUnknownImpl {
// Required methods
fn EnumConnectionPoints(&self) -> Result<IEnumConnectionPoints>;
fn FindConnectionPoint(&self, riid: *const GUID) -> Result<IConnectionPoint>;
}
Required Methods§
fn EnumConnectionPoints(&self) -> Result<IEnumConnectionPoints>
fn FindConnectionPoint(&self, riid: *const GUID) -> Result<IConnectionPoint>
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.