Trait ITCollection2_Impl
pub trait ITCollection2_Impl: ITCollection_Impl {
// Required methods
fn Add(&self, index: i32, pvariant: *const VARIANT) -> Result<()>;
fn Remove(&self, index: i32) -> Result<()>;
}
Required Methods§
fn Add(&self, index: i32, pvariant: *const VARIANT) -> Result<()>
fn Remove(&self, index: i32) -> 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.