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

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