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
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.