Module type_map

Source
Expand description

Provides a generic mapping from HugrType into some domain.

Structs§

TypeMap
An impl of TypeMapping together with a collection of callbacks implementing the mapping.

Traits§

TypeMapFnHelper
TypeMapping
Defines a mapping from HugrType to OutV;
TypeMappingFn
A helper trait to name the type of the Callback used by TypeMap<TM>.

Type Aliases§

CustomTypeKey