windows::Win32::Storage::FileServerResourceManager

Trait IFsrmFileScreenException_Impl

pub trait IFsrmFileScreenException_Impl: IFsrmObject_Impl {
    // Required methods
    fn Path(&self) -> Result<BSTR>;
    fn AllowedFileGroups(&self) -> Result<IFsrmMutableCollection>;
    fn SetAllowedFileGroups(
        &self,
        allowlist: Ref<'_, IFsrmMutableCollection>,
    ) -> Result<()>;
}

Required Methods§

fn Path(&self) -> Result<BSTR>

fn AllowedFileGroups(&self) -> Result<IFsrmMutableCollection>

fn SetAllowedFileGroups( &self, allowlist: Ref<'_, IFsrmMutableCollection>, ) -> Result<()>

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§