pub trait TargetMatcher {
    fn matches(&self, tp: &TargetPredicate) -> bool;
}

Required methods

Implementors