imageproc::definitions

Trait Score

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

Something with a score.

Required Methods§

Source

fn score(&self) -> f32

Score of this item.

Implementors§