Node

Type Alias Node 

Source
pub type Node = Substr;
Expand description

The type representing nodes in a parsed SPICE circuit.

Aliased Typeยง

pub struct Node(/* private fields */);