[][src]Trait skim::Selector

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

Loading content...

Implementors

impl Selector for DefaultSkimSelector[src]

Loading content...