pub trait NetlistIds: HierarchyIds {
type PinId: IdType;
type PinInstId: IdType;
type NetId: IdType;
}Expand description
Identifier types used for components of netlists.
pub trait NetlistIds: HierarchyIds {
type PinId: IdType;
type PinInstId: IdType;
type NetId: IdType;
}Identifier types used for components of netlists.