pub trait L2NBaseMT: L2NBase + LayoutBaseMT + NetlistBaseMT { }
Helper trait which constrains L2NBase for such that ID types are Send and Sync as commonly used for parallel algorithms.
L2NBase
Send
Sync