Trait matrix_sdk_base::SendOutsideWasm
source · pub trait SendOutsideWasm: Send { }
Expand description
Alias for Send
on non-wasm, empty trait (implemented by everything) on
wasm.
pub trait SendOutsideWasm: Send { }
Alias for Send
on non-wasm, empty trait (implemented by everything) on
wasm.