pub trait OwnedWindow {
    // Required method
    fn window_handle(&self) -> WindowHandle;
}

Required Methods§

Implementors§