leetcode_tui_shared::layout

Trait GetWindowStats

Source
pub trait GetWindowStats {
    // Provided method
    fn get_window(&self) -> Window { ... }
}

Provided Methods§

Implementors§

Source§

impl<T> GetWindowStats for T
where T: Widget,