Skip to main content

WindowCount

Trait WindowCount 

Source
pub trait WindowCount {
    // Required method
    fn windows(&self) -> usize;
}
Expand description

Trait for counting windows within an object.

Required Methods§

Source

fn windows(&self) -> usize

Number of currently open windows.

Implementors§