[][src]Crate unsafe_send_sync

Structs

UnsafeSend

A wrapper struct that unsafely is always Send.

UnsafeSendSync

A wrapper struct that unsafely is always Send and Sync.

UnsafeSync

A wrapper struct that unsafely is always sync.