Trait IWSCProductList_Impl
pub trait IWSCProductList_Impl: IDispatch_Impl {
// Required methods
fn Initialize(&self, provider: &WSC_SECURITY_PROVIDER) -> Result<()>;
fn Count(&self) -> Result<i32>;
fn get_Item(&self, index: u32) -> Result<IWscProduct>;
}
Required Methods§
fn Initialize(&self, provider: &WSC_SECURITY_PROVIDER) -> Result<()>
fn Count(&self) -> Result<i32>
fn get_Item(&self, index: u32) -> Result<IWscProduct>
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.