Trait IAppxBundleWriter3_Impl
pub trait IAppxBundleWriter3_Impl: IUnknownImpl {
// Required methods
fn AddPackageReference(
&self,
filename: &PCWSTR,
inputstream: Ref<'_, IStream>,
) -> Result<()>;
fn Close(&self, hashmethodstring: &PCWSTR) -> Result<()>;
}
Required Methods§
fn AddPackageReference( &self, filename: &PCWSTR, inputstream: Ref<'_, IStream>, ) -> Result<()>
fn Close(&self, hashmethodstring: &PCWSTR) -> Result<()>
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.