Module druid::env

source ·
Expand description

An environment which is passed downward into the widget tree.

Structs

Enums

  • Either a concrete T or a Key<T> that can be resolved in the Env.
  • A dynamic type representing all values that can be stored in an environment.

Traits

  • A trait for anything that can resolve a value of some type from the Env.
  • Values which can be stored in an environment.