pub trait IOTrait { // Required method fn new(types: impl Into<TypeRow>) -> Self; }
Helpers to construct input and output nodes
Construct a new I/O node from a type row with no extension requirements