windows::Win32::UI::Accessibility

Trait ICustomNavigationProvider_Impl

pub trait ICustomNavigationProvider_Impl: IUnknownImpl {
    // Required method
    fn Navigate(
        &self,
        direction: NavigateDirection,
    ) -> Result<IRawElementProviderSimple>;
}

Required Methods§

fn Navigate( &self, direction: NavigateDirection, ) -> Result<IRawElementProviderSimple>

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§