Re-exports§
pub use crate::state::*;
Structs§
- A map that maps types to values in a generic manner: we store for each type
T
a value of typeM::Value<T>
.
Enums§
Traits§
- Defines a mapping from types to types.
Functions§
- Gets the closest ancestor of
id
that is the id of a type.