Struct xylem::DefaultContext [−][src]
pub struct DefaultContext { /* fields omitted */ }
Expand description
A Context
implementation based on typemap::TypeMap
.
Trait Implementations
type Scope = Scope
type Scope = Scope
Identifies a layer of scope.
Pushes the type to the scope stack. Read more
Gets the nth topmost scope type ID.
Gets a shared reference to the storage of type T
in the newest layer of the scope. Read more
Gets a shared reference to the storage of type T
in each layer, from top to bottom, if exists. Read more