Trait xwt_core::utils::maybe::Sync

source ·
pub trait Sync: Sync { }

Implementors§

source§

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