Expand description
Using context for code generation requires importing this module
Structs§
- DynContext
 - Dynamic context object.
Provides every type that is 
'staticvia ContextProvides, but will panic at runtime if used with an unavailable type. - DynContext
Builder  - A builder for a 
DynContext - Empty
Context  - A context that yields nothing. Can be useful for testing.
 - Singular
Context  - A context that provides only the tuple value
 
Traits§
- Context
 - Metadata associated with an I/O stream. The context will be available to all super::Writable implementations. For each value that it may provide, it should implement ContextProvides for that type.
 - Context
Provides  - Signals that the context statically provides a certain type.