Trait PlatformSync

Source
pub trait PlatformSync: Send + Sync { }

Implementors§

Source§

impl<T: Send + Sync> PlatformSync for T