Trait FoundCounter

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

Required Methods§

Implementors§