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

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

Required methods

pub fn matches(&self, tp: TargetPredicate<'_>) -> bool[src]

Loading content...

Implementors

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

Loading content...