Crate matrix_sdk_common
source · [−]Expand description
Common types that are used in the different matrix-sdk layers.
NOTE: These are common dependencies for the different matrix-sdk layers, you’re probably interested in the main matrix-sdk crate.
Re-exports
pub use instant;
Modules
Abstraction over an executor so we can spawn tasks under WASM the same way we do usually.
Traits
Super trait that is used for our store traits, this trait will differ if
it’s used on WASM. WASM targets will not require Send
and Sync
to have
implemented, while other targets will.