Module extension_op

Source

Structs§

ExtensionOpMap
A collection of ExtensionOpFn callbacks keyed the fully qualified OpName.

Traits§

ExtensionOpFn
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 that Fn. We do not intend users to impl this trait.