Crate force_send_sync

Source
Expand description

Please do not use this crate. The Rust compiler tries to protect you for a reason. Do under no circumstances use this to silence some compiler error you do not understand. Only use this if you do understand why your type is Send and or Sync, and also understand why the compiler disagrees with you.

Structsยง

Send
Wraps a type to make it implement Send.
SendSync
Wraps a type to make it implement Send and Sync.
Sync
Wraps a type to make it implement Sync.