Trait IObjectWithFolderEnumMode_Impl
pub trait IObjectWithFolderEnumMode_Impl: IUnknownImpl {
// Required methods
fn SetMode(&self, femode: FOLDER_ENUM_MODE) -> Result<()>;
fn GetMode(&self) -> Result<FOLDER_ENUM_MODE>;
}
Required Methods§
fn SetMode(&self, femode: FOLDER_ENUM_MODE) -> Result<()>
fn GetMode(&self) -> Result<FOLDER_ENUM_MODE>
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.