pub trait Score { // Required method fn score(&self) -> f32; }
Something with a score.
Score of this item.