Trait HitCounter

Source
pub trait HitCounter {
    // Required method
    fn hit_count(&self) -> usize;
}

Required Methods§

Source

fn hit_count(&self) -> usize

Implementors§