Trait libreda_db::netlist::traits::NetlistIds
source · pub trait NetlistIds: HierarchyIds {
type PinId: IdType;
type PinInstId: IdType;
type NetId: IdType;
}Expand description
Identifier types used for components of netlists.