Trait modalkit::actions::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§