Crate matrix_sdk_common[][src]

Re-exports

pub use instant;
pub use uuid;

Modules

deserialized_responses
executor

Abstraction over an executor so we can spawn tasks under WASM the same way we do usually.

locks

Traits

AsyncTraitDeps

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.

Attribute Macros

async_trait