Module 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
Predicate factories

Traits§

Predicate
Trait for generically evaluating a type against a dynamically created predicate function.
PredicateBoxExt
Predicate extension for boxing a Predicate.