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

Trait IAppxBlockMapReader_Impl

pub trait IAppxBlockMapReader_Impl: IUnknownImpl {
    // Required methods
    fn GetFile(&self, filename: &PCWSTR) -> Result<IAppxBlockMapFile>;
    fn GetFiles(&self) -> Result<IAppxBlockMapFilesEnumerator>;
    fn GetHashMethod(&self) -> Result<IUri>;
    fn GetStream(&self) -> Result<IStream>;
}

Required Methods§

fn GetFile(&self, filename: &PCWSTR) -> Result<IAppxBlockMapFile>

fn GetFiles(&self) -> Result<IAppxBlockMapFilesEnumerator>

fn GetHashMethod(&self) -> Result<IUri>

fn GetStream(&self) -> Result<IStream>

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§