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;

Modules

Predicate factories

Traits

Trait for generically evaluating a type against a dynamically created predicate function.
Predicate extension for boxing a Predicate.
Predicate extension adapting a slice Predicate.
Predicate extension adapting a str Predicate.