Trait xwt_core::utils::maybe::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,