Expand description
Collection of predicate traits and functions for forking providers.
Structs§
- Identifier
NotFound Predicate - A predicate that allows forking providers to search for a provider that supports a
particular locale, based on whether it returns
DataErrorKind::IdentifierNotFound. - Marker
NotFound Predicate - A predicate that allows forking providers to search for a provider that supports a particular data marker.
Traits§
- Fork
ByError Predicate - The predicate trait used by
ForkByErrorProvider.