Trait IGPMGPOLinksCollection_Impl
pub trait IGPMGPOLinksCollection_Impl: IDispatch_Impl {
// Required methods
fn Count(&self) -> Result<i32>;
fn get_Item(&self, lindex: i32) -> Result<VARIANT>;
fn _NewEnum(&self) -> Result<IEnumVARIANT>;
}
Required Methods§
fn Count(&self) -> Result<i32>
fn get_Item(&self, lindex: i32) -> Result<VARIANT>
fn _NewEnum(&self) -> Result<IEnumVARIANT>
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.