Structs§
- Extension
OpMap - A collection of
ExtensionOpFn
callbacks keyed the fully qualifiedOpName
.
Traits§
- Extension
OpFn - A helper trait for describing the callback used for emitting
ExtensionOp
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.