Trait cfg_expr::expr::TargetMatcher[][src]

pub trait TargetMatcher {
    fn matches(&self, tp: &TargetPredicate) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors