Expand description
Provides the implementation for a collection of CustomConst
callbacks.
Structs§
- Load
Constants Map - A collection of
LoadConstantFn
callbacks registered for various impls ofCustomConst
. The callbacks are keyed by theTypeId
of those impls.
Traits§
- Load
Constant Fn - A helper trait for describing the callback used for emitting
CustomConst
s, and for hanging documentation. We have the appropriateFn
as a supertrait, and there is a blanket impl for thatFn
. We do not intend users to impl this trait.