Docs.rs
preserves-path-4.0.1
preserves-path 4.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tonyg
Dependencies
num ^0.4
normal
preserves ^2.4
normal
preserves-schema ^3.0
normal
regex ^1.5
normal
thiserror ^1.0
normal
preserves-schema ^3.0
build
Versions
0%
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
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
☰
Predicate
Required Methods
test
Implementors
In preserves_path::predicate
?
Trait
preserves_path
::
predicate
::
Predicate
source
·
[
−
]
pub trait Predicate:
Debug
{ fn
test
(&mut self, ctxt: &mut
Context
<'_>, value: &
IOValue
) ->
bool
; }
Required Methods
source
fn
test
(&mut self, ctxt: &mut
Context
<'_>, value: &
IOValue
) ->
bool
Implementors
source
impl
Predicate
for
CompiledPredicate