SendOutsideWasm

Trait SendOutsideWasm 

Source
pub trait SendOutsideWasm: Send { }
Expand description

Alias for Send on non-wasm, empty trait (implemented by everything) on wasm.

Implementors§

Source§

impl<T: Send> SendOutsideWasm for T

Available on non-target_family=wasm only.