Trait SendSync

Source
pub trait SendSync: Send + Sync { }
Expand description

Convenience trait for Send + Sync

Implementors§