[][src]Trait skim::MatchEngine

pub trait MatchEngine: Sync + Send + Display {
    fn match_item(&self, item: Arc<ItemWrapper>) -> Option<MatchedItem>;
}

Required methods

Loading content...

Implementors

Loading content...