Skip to main content

Module predicates

Module predicates 

Source
Expand description

Collection of predicate traits and functions for forking providers.

Structs§

IdentifierNotFoundPredicate
A predicate that allows forking providers to search for a provider that supports a particular locale, based on whether it returns DataErrorKind::IdentifierNotFound.
MarkerNotFoundPredicate
A predicate that allows forking providers to search for a provider that supports a particular data marker.

Traits§

ForkByErrorPredicate
The predicate trait used by ForkByErrorProvider.