windows::Win32::UI::Controls::RichEdit

Trait ITextStoryRanges2_Impl

pub trait ITextStoryRanges2_Impl: ITextStoryRanges_Impl {
    // Required method
    fn Item2(&self, index: i32) -> Result<ITextRange2>;
}

Required Methods§

fn Item2(&self, index: i32) -> Result<ITextRange2>

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§