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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§