Trait Alias StaticSendSync

Source
trait StaticSendSync = Send
    + Sync
    + 'static;