pub trait SendOutsideWasm: Send { }
target_family="wasm"
Alias for Send on non-wasm, empty trait (implemented by everything) on wasm.
Send