Trait leetcode_tui_shared::layout::GetWindowStats

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

Provided Methods§

Implementors§

source§

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