Sync

Trait Sync 

Source
pub trait Sync { }
Expand description

Dummy trait because swc_common is in single thread mode.

Implementors§

Source§

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