Trait IAppxManifestProperties_Impl
pub trait IAppxManifestProperties_Impl: IUnknownImpl {
// Required methods
fn GetBoolValue(&self, name: &PCWSTR) -> Result<BOOL>;
fn GetStringValue(&self, name: &PCWSTR) -> Result<PWSTR>;
}
Required Methods§
fn GetBoolValue(&self, name: &PCWSTR) -> Result<BOOL>
fn GetStringValue(&self, name: &PCWSTR) -> Result<PWSTR>
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.