Docs.rs
cfg-expr-0.8.1
cfg-expr 0.8.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.1
normal
difference ^2.0
dev
Versions
74.78%
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
☰
Trait TargetMatcher
Required Methods
matches
Implementors
Other items in
cfg_expr
::
expr
?
Trait
cfg_expr
::
expr
::
TargetMatcher
[
−
]
[src]
pub trait TargetMatcher { fn
matches
(&self, tp:
TargetPredicate
<'_>) ->
bool
; }
Required methods
[src]
fn
matches
(&self, tp:
TargetPredicate
<'_>) ->
bool
Implementors
[src]
impl<'a>
TargetMatcher
for
TargetInfo
<'a>