Trait skim::Selector[][src]

pub trait Selector {
    fn should_select(&self, index: usize, item: &dyn SkimItem) -> bool;
}

A selector that determines whether an item should be "pre-selected" in multi-selection mode

Required methods

fn should_select(&self, index: usize, item: &dyn SkimItem) -> bool[src]

Loading content...

Implementors

impl Selector for DefaultSkimSelector[src]

Loading content...