pub type GateNetlist = Netlist<Gate>;
A type alias for a netlist of gates
pub struct GateNetlist { /* private fields */ }