Sync

Trait Sync 

Source
pub trait Sync { }
Available on crate feature __common only.
Expand description

Dummy trait because swc_common is in single thread mode.

Implementors§

Source§

impl<T> Sync for T
where T: ?Sized,