Expand description
Collection of predicate traits and functions for forking providers.
Structs§
- Missing
Data KeyPredicate - A predicate that allows forking providers to search for a provider that supports a particular data key.
- Missing
Locale Predicate - A predicate that allows forking providers to search for a provider that supports a
particular locale, based on whether it returns
DataErrorKind::MissingLocale
.
Traits§
- Fork
ByError Predicate - The predicate trait used by
ForkByErrorProvider
.