Expand description
Provides a generic mapping from HugrType into some domain.
Structs§
- TypeMap
- An impl of
TypeMappingtogether with a collection of callbacks implementing the mapping.
Traits§
- Type
MapFn Helper - Type
Mapping - Defines a mapping from HugrType to
OutV; - Type
Mapping Fn - A helper trait to name the type of the Callback used by
TypeMap<TM>.