Trait IStorageProviderPropertyCapabilities_Impl
pub trait IStorageProviderPropertyCapabilities_Impl: IUnknownImpl {
// Required method
fn IsPropertySupported(
&self,
propertyCanonicalName: &HSTRING,
) -> Result<bool>;
}
Required Methods§
fn IsPropertySupported(&self, propertyCanonicalName: &HSTRING) -> Result<bool>
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.