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§
- Type
MapFn Helper - Type
Mapping - Defines a mapping from
HugrType
toOutV
; - Type
Mapping Fn - A helper trait to name the type of the Callback used by
TypeMap<TM>
.