Expand description
Providers that combine multiple other providers.
§Types of Forking Providers
§Marker-Based
To fork between providers that support different data markers, see:
§Locale-Based
To fork between providers that support different locales, see:
ForkByErrorProvider<IdentiferNotFoundPredicate>MultiForkByErrorProvider<IdentiferNotFoundPredicate>
§Examples
See:
Modules§
- by_
error 🔒 - predicates
- Collection of predicate traits and functions for forking providers.
Structs§
- Fork
ByError Provider - A provider that returns data from one of two child providers based on a predicate function.
- Multi
Fork ByError Provider - A provider that returns data from the first child provider passing a predicate function.
Type Aliases§
- Fork
ByMarker Provider - Create a provider that returns data from one of two child providers based on the marker.
- Multi
Fork ByMarker Provider - A provider that returns data from the first child provider supporting the marker.