Skip to main content

NativeRouterExt

Trait NativeRouterExt 

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

Required Methods§

Source

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.

Implementations on Foreign Types§

Source§

impl NativeRouterExt for Rect

Source§

fn native_router(self) -> Self

Implementors§