Sync

Trait Sync 

Source
pub trait Sync: Sync { }
Expand description

Maybe a core::marker::Sync.

For this target - a real core::marker::Sync requirement.

Implementors§

Source§

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