Trait INetFwProducts_Impl
pub trait INetFwProducts_Impl: IDispatch_Impl {
// Required methods
fn Count(&self) -> Result<i32>;
fn Register(&self, product: Ref<'_, INetFwProduct>) -> Result<IUnknown>;
fn Item(&self, index: i32) -> Result<INetFwProduct>;
fn _NewEnum(&self) -> Result<IUnknown>;
}
Required Methods§
fn Count(&self) -> Result<i32>
fn Register(&self, product: Ref<'_, INetFwProduct>) -> Result<IUnknown>
fn Item(&self, index: i32) -> Result<INetFwProduct>
fn _NewEnum(&self) -> Result<IUnknown>
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.