Trait IFsrmPropertyBag2_Impl
pub trait IFsrmPropertyBag2_Impl: IFsrmPropertyBag_Impl {
// Required methods
fn GetFieldValue(&self, field: FsrmPropertyBagField) -> Result<VARIANT>;
fn GetUntrustedInFileProperties(&self) -> Result<IFsrmCollection>;
}
Required Methods§
fn GetFieldValue(&self, field: FsrmPropertyBagField) -> Result<VARIANT>
fn GetUntrustedInFileProperties(&self) -> Result<IFsrmCollection>
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.