Trait libreda_db::layout::traits::LayoutBaseMT
source · pub trait LayoutBaseMT: LayoutBase<LayerId = Self::LayerIdMT, ShapeId = Self::ShapeIdMT> + HierarchyBaseMT {
type LayerIdMT: IdTypeMT;
type ShapeIdMT: IdTypeMT;
}Expand description
Helper trait which constrains LayoutBase for such that ID types
are Send and Sync as commonly used for parallel algorithms.
Required Associated Types§
Object Safety§
This trait is not object safe.