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