windows::Win32::UI::Accessibility

Trait ITextRangeProvider2_Impl

pub trait ITextRangeProvider2_Impl: ITextRangeProvider_Impl {
    // Required method
    fn ShowContextMenu(&self) -> Result<()>;
}

Required Methods§

fn ShowContextMenu(&self) -> 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§