Module icu_provider_adapters::fork
source · 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§
- Collection of predicate traits and functions for forking providers.
Structs§
- A provider that returns data from one of two child providers based on a predicate function.
- A provider that returns data from the first child provider passing a predicate function.
Type Aliases§
- Create a provider that returns data from one of two child providers based on the marker.
- A provider that returns data from the first child provider supporting the marker.