Skip to main content

NativeRouterExt

Trait NativeRouterExt 

pub trait NativeRouterExt {
    // Required method
    fn native_router(self) -> Self;
}

Required Methods§

fn native_router(self) -> Self

Wire native back/forward mouse buttons to router navigation.

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§