MaybeSync

Trait MaybeSync 

Source
pub trait MaybeSync: Sync { }
Expand description

Marker trait to determine whether a type implements Sync or not.

Implementors§

Source§

impl<T: Sync + ?Sized> MaybeSync for T

Available on not (target_family=wasm and target_os=unknown).