Structs§
- Extension
OpMap - A collection of ExtensionOpFn callbacks keyed the fully qualified OpName.
Traits§
- Extension
OpFn - A helper trait for describing the callback used for emitting ExtensionOps,
and for hanging documentation. We have the appropriate
Fn
as a supertrait, and there is a blanket impl for thatFn
. We do not intend users to impl this trait.