windows::Win32::System::UpdateAgent

Trait IInvalidProductLicenseException_Impl

pub trait IInvalidProductLicenseException_Impl: IUpdateException_Impl {
    // Required method
    fn Product(&self) -> Result<BSTR>;
}

Required Methods§

fn Product(&self) -> Result<BSTR>

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§