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