Trait lcov_parser::counter::HitCounter [] [src]

pub trait HitCounter {
    fn hit_count(&self) -> usize;
}

Required Methods

Implementors