Trait TargetMatcher
cfg_expr::expr
pub trait TargetMatcher { fn matches(&self, tp: TargetPredicate) -> bool; }
fn matches(&self, tp: TargetPredicate) -> bool
impl<'a> TargetMatcher for TargetInfo<'a>