cfg_expr::expr

Trait TargetMatcher

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

Required Methods§

Implementors§