Expand description
Modules§
- prelude
- Prelude with trait imports
Structs§
- Entry
- View into a single entry in a context
- Main
Context - Shared context to build objects
- SubContext
- Sub-context that inherits from another context
Traits§
- Builder
- Trait to build an object based on a shared
Context
- Context
- Trait for implementing a shared context to generate objects
- Named
Builder - Trait to build an object based on a shared
Context
and name
Functions§
- ctx
- Create a new
MainContext