Docs.rs
cfg-expr-0.9.1
cfg-expr 0.9.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
embark-studios
Dependencies
smallvec ^1.6
normal
target-lexicon ^0.12.3
normal
similar-asserts ^1.1
dev
Versions
92.79%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TargetMatcher
Required Methods
matches
Implementors
In
cfg_expr
::
expr
?
Trait
cfg_expr
::
expr
::
TargetMatcher
source
·
[
−
]
pub trait TargetMatcher { fn
matches
(&self, tp: &
TargetPredicate
) ->
bool
; }
Required methods
source
fn
matches
(&self, tp: &
TargetPredicate
) ->
bool
Implementors
source
impl
TargetMatcher
for
TargetInfo