Expand description
Structs§
- FatNode
- A Fat Node is a Node along with a reference to the
HugrView
whence it originates. It carries a typeOT
, theOpType
of that node.OT
may be general, i.e. exactlyOpType
, or specifec, e.g.FuncDefn
.
Traits§
- FatExt
- An extension trait for
HugrView
which provides methods that delegate toHugrView
and then return the result inFatNode
form. See for exampleFatExt::fat_io
.