Expand description
Modules§
- by_
error 🔒 - macros 🔒
- 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
ByKey Provider - Create a provider that returns data from one of two child providers based on the key.
- Multi
Fork ByKey Provider - A provider that returns data from the first child provider supporting the key.