[][src]Crate unsafe_send_sync

Structs

UnsafeSend

A wrapper type that is always Send.

UnsafeSendSync

A wrapper type that is always Send and Sync.

UnsafeSync

A wrapper type that is always Sync.