Trait HasWindowHandler

Source
pub trait HasWindowHandler {
    // Required method
    fn window_handler(&self) -> WindowHandler;
}
Expand description

Provider of a raw pointer to a system window.

Required Methods§

Source

fn window_handler(&self) -> WindowHandler

Returns a window handler for the current platform.

Implementors§