pub trait L2NBaseMT: L2NBase + LayoutBaseMT + NetlistBaseMT { }
Expand description

Helper trait which constrains L2NBase for such that ID types are Send and Sync as commonly used for parallel algorithms.

Implementors§