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