Skip to main content

Module predicate

Module predicate 

Source
Expand description

Core predicate traits.

Structs§

Expected
Represents the expected type used for formatting.

Traits§

Check
Extends any type T to check whether values satisfy given Predicate<T>.
Predicate
Represents predicates over values of type T.
PredicateExpected
Extends values P implementing Predicate<T> to return Expected<T, P> for formatting.