pub trait IAppxPackageWriter2_Impl: Sized {
    // Required method
    fn Close(
        &self,
        manifest: Option<&IStream>,
        contentgroupmap: Option<&IStream>,
    ) -> Result<()>;
}

Required Methods§

fn Close( &self, manifest: Option<&IStream>, contentgroupmap: Option<&IStream>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§