pub trait IAppxBundleFactory2_Impl: Sized {
    // Required method
    fn CreateBundleReader2(
        &self,
        inputstream: Option<&IStream>,
        expecteddigest: &PCWSTR,
    ) -> Result<IAppxBundleReader>;
}

Required Methods§

fn CreateBundleReader2( &self, inputstream: Option<&IStream>, expecteddigest: &PCWSTR, ) -> Result<IAppxBundleReader>

Object Safety§

This trait is not object safe.

Implementors§