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