Expand description
An environment which is passed downward into the widget tree.
Structs§
- Env
- An environment passed down through all widget traversals.
- Key
- A typed
Envkey. - Missing
KeyError - An error type for when a key is missing from the
Env. - Value
Type Error - The error type for environment access.
Enums§
- KeyOr
Value - Either a concrete
Tor aKey<T>that can be resolved in theEnv. - Value
- A dynamic type representing all values that can be stored in an environment.