Send
swc_
core
37.0.0
Send
Implementors
In swc_
core::
common::
sync
swc_core
::
common
::
sync
Trait
Send
Copy item path
Source
pub trait Send { }
Available on
crate feature
__common
only.
Expand description
Dummy trait because swc_common is in single thread mode.
Implementors
§
Source
§
impl<T>
Send
for T
where T: ?
Sized
,