Trait IUIAutomationActiveTextPositionChangedEventHandler_Impl
pub trait IUIAutomationActiveTextPositionChangedEventHandler_Impl: IUnknownImpl {
// Required method
fn HandleActiveTextPositionChangedEvent(
&self,
sender: Ref<'_, IUIAutomationElement>,
range: Ref<'_, IUIAutomationTextRange>,
) -> Result<()>;
}
Required Methods§
fn HandleActiveTextPositionChangedEvent( &self, sender: Ref<'_, IUIAutomationElement>, range: Ref<'_, IUIAutomationTextRange>, ) -> 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.