Name Description Size
by_error.rs 9942
macros.rs 1604
mod.rs Providers that combine multiple other providers. # Types of Forking Providers ## Key-Based To fork between providers that support different data keys, see: - [`ForkByKeyProvider`] - [`MultiForkByKeyProvider`] ## Locale-Based To fork between providers that support different locales, see: - [`ForkByErrorProvider`]`<`[`MissingLocalePredicate`]`>` - [`MultiForkByErrorProvider`]`<`[`MissingLocalePredicate`]`>` [`MissingLocalePredicate`]: predicates::MissingLocalePredicate # Examples See: - [`ForkByKeyProvider`] - [`MultiForkByKeyProvider`] - [`MissingLocalePredicate`] 7718
predicates.rs Collection of predicate traits and functions for forking providers. 5047