GateNetlist

Type Alias GateNetlist 

Source
pub type GateNetlist = Netlist<Gate>;
Expand description

A type alias for a netlist of gates

Aliased Typeยง

pub struct GateNetlist { /* private fields */ }