Trait IActiveXUIHandlerSite_Impl
pub trait IActiveXUIHandlerSite_Impl: IUnknownImpl {
// Required methods
fn CreateScrollableContextMenu(&self) -> Result<IScrollableContextMenu>;
fn PickFileAndGetResult(
&self,
filepicker: Ref<'_, IUnknown>,
allowmultipleselections: BOOL,
) -> Result<IUnknown>;
}
Required Methods§
fn CreateScrollableContextMenu(&self) -> Result<IScrollableContextMenu>
fn PickFileAndGetResult( &self, filepicker: Ref<'_, IUnknown>, allowmultipleselections: BOOL, ) -> Result<IUnknown>
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.