Expand description
Supply values dynamically.
API is very unstable. It will likely include a breaking change with any patch version.
This is intended to replace the Provider API that was proposed for the core rust library,
but has been decided to not include.
Structs§
- Demand
- A helper object for supplying data by type.
Traits§
- Supplier
- Trait implemented by a type which can dynamically supply values based on type.
Functions§
- request_
ref - Request a reference from the
Supplier. - request_
value - Request a value from the
Supplier.