Expand description
Provides the implementation for a collection of CustomConst callbacks.
Structs§
- Load
Constants Map - A collection of
LoadConstantFncallbacks registered for various impls ofCustomConst. The callbacks are keyed by theTypeIdof those impls.
Traits§
- Load
Constant Fn - A helper trait for describing the callback used for emitting
CustomConsts, and for hanging documentation.