Send
swc_
common
14.0.3
Send
Implementors
In swc_
common::
sync
swc_common
::
sync
Trait
Send
Copy item path
Source
pub trait Send { }
Expand description
Dummy trait because swc_common is in single thread mode.
Implementors
§
Source
§
impl<T>
Send
for T
where T: ?
Sized
,