pub trait Score {
    fn score(&self) -> f32;
}
Expand description

Something with a score.

Required methods

Score of this item.

Implementors