Trait ITextProvider2_Impl
pub trait ITextProvider2_Impl: ITextProvider_Impl {
// Required methods
fn RangeFromAnnotation(
&self,
annotationelement: Ref<'_, IRawElementProviderSimple>,
) -> Result<ITextRangeProvider>;
fn GetCaretRange(&self, isactive: *mut BOOL) -> Result<ITextRangeProvider>;
}
Required Methods§
fn RangeFromAnnotation( &self, annotationelement: Ref<'_, IRawElementProviderSimple>, ) -> Result<ITextRangeProvider>
fn GetCaretRange(&self, isactive: *mut BOOL) -> Result<ITextRangeProvider>
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.