Module predicates::prelude[][src]

Module that contains the essentials for working with predicates.

Re-exports

pub use boolean::PredicateBooleanExt;
pub use name::PredicateNameExt;

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.

PredicateFileContentExt

Predicate extension adapting a slice Predicate.

PredicateStrExt

Predicate extension adapting a str Predicate.