windows::Win32::Storage::FileServerResourceManager

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§

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.

Implementors§