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>