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