windows::Win32::Storage::Packaging::Appx

Trait IAppxAppInstallerReader_Impl

pub trait IAppxAppInstallerReader_Impl: IUnknownImpl {
    // Required method
    fn GetXmlDom(&self) -> Result<IXMLDOMDocument>;
}

Required Methods§

fn GetXmlDom(&self) -> Result<IXMLDOMDocument>

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§