Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
predicates-3.1.3
predicates 3.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nastevens
epage
Dependencies
anstyle ^1.0.0
normal
difflib ^0.4
normal
optional
float-cmp ^0.10
normal
optional
normalize-line-endings ^0.3.0
normal
optional
predicates-core ^1.0
normal
regex ^1.0
normal
optional
predicates-tree ^1.0
dev
Versions
100%
of the crate is documented
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module constant
predicates
3.1.3
Module constant
Module Items
Structs
Functions
In crate predicates
predicates
Module
constant
Copy item path
Source
Expand description
Definition of a constant (always true or always false)
Predicate
.
Structs
§
Boolean
Predicate
Predicate that always returns a constant (boolean) result.
Functions
§
always
Creates a new
Predicate
that always returns
true
.
never
Creates a new
Predicate
that always returns
false
.