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

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

Required methods

fn matches(&self, tp: TargetPredicate) -> bool

Loading content...

Implementors

impl<'a> TargetMatcher for TargetInfo<'a>[src]

Loading content...