Trait lcov_parser::counter::FoundCounter [] [src]

pub trait FoundCounter {
    fn found_count(&self) -> usize;
}

Required Methods

Implementors