pub type Node = Substr;
The type representing nodes in a parsed SPICE circuit.
struct Node(/* private fields */);