Trait modalkit::actions::TabCount

source ·
pub trait TabCount {
    // Required method
    fn tabs(&self) -> usize;
}
Expand description

Trait counting tabs withing an object.

Required Methods§

source

fn tabs(&self) -> usize

Number of currently open tabs.

Implementors§