Trait lcov_parser::counter::Hit [] [src]

pub trait Hit {
    fn is_hit(&self) -> bool;
}

Required Methods

Implementors