Trait cfg_expr::expr::TargetMatcher
source · pub trait TargetMatcher {
// Required method
fn matches(&self, tp: &TargetPredicate) -> bool;
}
pub trait TargetMatcher {
// Required method
fn matches(&self, tp: &TargetPredicate) -> bool;
}