logo
pub trait WindowHandleAccess {
    fn window_handle(&self) -> &Rc<Window>;
}
Expand description

Internal trait used by generated code to access window internals.

Required Methods

Returns a reference to the window implementation.

Implementors