Trait L2NBaseMT

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§