Name Description Size
by_error.rs 10360
mod.rs Providers that combine multiple other providers. # Types of Forking Providers ## Marker-Based To fork between providers that support different data markers, see: - [`ForkByMarkerProvider`] - [`MultiForkByMarkerProvider`] ## Locale-Based To fork between providers that support different locales, see: - [`ForkByErrorProvider`]`<`[`IdentiferNotFoundPredicate`]`>` - [`MultiForkByErrorProvider`]`<`[`IdentiferNotFoundPredicate`]`>` [`IdentiferNotFoundPredicate`]: predicates::IdentifierNotFoundPredicate # Examples See: - [`ForkByMarkerProvider`] - [`MultiForkByMarkerProvider`] - [`IdentiferNotFoundPredicate`] 7747
predicates.rs Collection of predicate traits and functions for forking providers. 4849