windows::Win32::System::ApplicationInstallationAndServicing

Trait IMsmErrors_Impl

pub trait IMsmErrors_Impl: IDispatch_Impl {
    // Required methods
    fn get_Item(&self, item: i32) -> Result<IMsmError>;
    fn Count(&self, count: *mut i32) -> Result<()>;
    fn _NewEnum(&self) -> Result<IUnknown>;
}

Required Methods§

fn get_Item(&self, item: i32) -> Result<IMsmError>

fn Count(&self, count: *mut i32) -> Result<()>

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.

Implementors§