Trait windows::Win32::UI::Controls::RichEdit::ITextStoryRanges2_Impl

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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§