Trait ISelectionProvider_Impl
pub trait ISelectionProvider_Impl: IUnknownImpl {
// Required methods
fn GetSelection(&self) -> Result<*mut SAFEARRAY>;
fn CanSelectMultiple(&self) -> Result<BOOL>;
fn IsSelectionRequired(&self) -> Result<BOOL>;
}
Required Methods§
fn GetSelection(&self) -> Result<*mut SAFEARRAY>
fn CanSelectMultiple(&self) -> Result<BOOL>
fn IsSelectionRequired(&self) -> Result<BOOL>
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.