Target
Matcher
cfg_
expr
0.17.2
Target
Matcher
Required Methods
matches
Implementations on Foreign Types
Triple
Implementors
In cfg_
expr::
expr
Modules
lexer
Structs
Expression
Enums
Func
Predicate
TargetPredicate
Traits
Logic
TargetMatcher
cfg_expr
::
expr
Trait
TargetMatcher
Copy item path
Settings
Help
Summary
Source
pub trait TargetMatcher { // Required method fn
matches
(&self, tp: &
TargetPredicate
) ->
bool
; }
Required Methods
§
Source
fn
matches
(&self, tp: &
TargetPredicate
) ->
bool
Implementations on Foreign Types
§
Source
§
impl
TargetMatcher
for
Triple
Source
§
fn
matches
(&self, tp: &
TargetPredicate
) ->
bool
Implementors
§
Source
§
impl
TargetMatcher
for
TargetInfo