Type Alias INodes

Source
pub type INodes = Vec<INode>;
Expand description

A flat inet representation where links are represented by shared wire names.

Aliased Typeยง

struct INodes { /* private fields */ }