Skip to main content

IObjectWithFolderEnumMode_Impl

Trait IObjectWithFolderEnumMode_Impl 

Source
pub trait IObjectWithFolderEnumMode_Impl: IUnknownImpl {
    // Required methods
    fn SetMode(&self, femode: FOLDER_ENUM_MODE) -> Result<(), Error>;
    fn GetMode(&self) -> Result<FOLDER_ENUM_MODE, Error>;
}

Required Methods§

Source

fn SetMode(&self, femode: FOLDER_ENUM_MODE) -> Result<(), Error>

Source

fn GetMode(&self) -> Result<FOLDER_ENUM_MODE, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§