Module predicates::prelude
source · Expand description
Module that contains the essentials for working with predicates.
Re-exports
pub use crate::boolean::PredicateBooleanExt;
pub use crate::name::PredicateNameExt;
pub use crate::path::PredicateFileContentExt;
pub use crate::str::PredicateStrExt;
Modules
- Predicate factories
Traits
- Trait for generically evaluating a type against a dynamically created predicate function.
Predicate
extension for boxing aPredicate
.