pub trait IAppxBundleManifestReader2_Impl: Sized {
// Required method
fn GetOptionalBundles(
&self,
) -> Result<IAppxBundleManifestOptionalBundleInfoEnumerator>;
}
Required Methods§
fn GetOptionalBundles( &self, ) -> Result<IAppxBundleManifestOptionalBundleInfoEnumerator>
Object Safety§
This trait is not object safe.