pub trait IAppxBundleWriter3_Impl: Sized {
    // Required methods
    fn AddPackageReference(
        &self,
        filename: &PCWSTR,
        inputstream: Option<&IStream>,
    ) -> Result<()>;
    fn Close(&self, hashmethodstring: &PCWSTR) -> Result<()>;
}

Required Methods§

fn AddPackageReference( &self, filename: &PCWSTR, inputstream: Option<&IStream>, ) -> Result<()>

fn Close(&self, hashmethodstring: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§