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

Required Methods

Implementations on Foreign Types

Implementors