[][src]Crate force_send_sync

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.