Expand description
Low-level interface for modifying a HUGR.
Structs§
- Inserted
Forest - Records the result of inserting a Hugr or view via
HugrMut::insert_forest
orHugrMut::insert_view_forest
. - Insertion
Result - Records the result of inserting a Hugr or view via
HugrMut::insert_hugr
,HugrMut::insert_from_view
, orHugrMut::insert_region
.
Enums§
- Insert
Forest Error - An error from HugrMut::insert_forest or HugrMut::insert_view_forest.
Traits§
- HugrMut
- Functions for low-level building of a HUGR.
Type Aliases§
- Insert
Forest Result - Result of inserting a forest from a hugr of
SN
nodes, into a hugr withTN
nodes.