Type Alias spice::parser::Node

source ·
pub type Node = Substr;
Expand description

The type representing nodes in a parsed SPICE circuit.

Aliased Type§

struct Node(/* private fields */);