Trait tinysearch_shared::Score[][src]

pub trait Score {
    fn score(&self, terms: &[String]) -> usize;
}

Required methods

Implementations on Foreign Types

Implementors