[][src]Trait matrix_sdk::AsyncTraitDeps

pub trait AsyncTraitDeps: Send + Sync + Debug { }

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.

Implementors

impl<T> AsyncTraitDeps for T where
    T: Send + Sync + Debug
[src]

Loading content...