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