Skip to main content

WindowRef

Type Alias WindowRef 

Source
pub type WindowRef = Rc<RefCell<dyn Window>>;

Aliased Typeยง

pub struct WindowRef { /* private fields */ }