Trait IAppxBundleFactory2_Impl
pub trait IAppxBundleFactory2_Impl: IUnknownImpl {
// Required method
fn CreateBundleReader2(
&self,
inputstream: Ref<'_, IStream>,
expecteddigest: &PCWSTR,
) -> Result<IAppxBundleReader>;
}
Required Methods§
fn CreateBundleReader2( &self, inputstream: Ref<'_, IStream>, expecteddigest: &PCWSTR, ) -> Result<IAppxBundleReader>
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.