Trait Score

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

Required Methods§

Source

fn score(&self, terms: &[String]) -> usize

Implementations on Foreign Types§

Source§

impl Score for HashProxy<String, DefaultHasher, Xor8>

Source§

fn score(&self, terms: &[String]) -> usize

Implementors§