Trait libreda_db::hierarchy::traits::HierarchyBaseMT
source · pub trait HierarchyBaseMT: HierarchyBase<CellId = Self::CellIdMT, CellInstId = Self::CellInstIdMT> + Sync {
type CellIdMT: IdTypeMT;
type CellInstIdMT: IdTypeMT;
}Expand description
Helper trait which constrains HierarchyBase for such that ID types
are Send and Sync as commonly used for parallel algorithms.
Required Associated Types§
sourcetype CellInstIdMT: IdTypeMT
type CellInstIdMT: IdTypeMT
Identifier type for cell instances.