☰
IdTypeMT
Implementors
In libreda_pnr::place::stdcell_placer
?
Trait
libreda_pnr
::
place
::
stdcell_placer
::
IdTypeMT
source
·
[
−
]
pub trait IdTypeMT:
IdType
+
Sync
+
Send
{ }
Expand description
Traid used for thread-safe.
Implementors
§
source
§
impl<T>
IdTypeMT
for T
where T:
IdType
+
Sync
+
Send
,