pub trait Window: Any { // Required methods fn set_top(&mut self, top: bool); fn area(&self) -> Rect; }
Set as top window.
Window area.