docs: Slightly reword CryptoStore doc for consistency.

This commit is contained in:
Denis Kasak
2022-05-19 16:19:23 +02:00
parent 3b70d7f9ba
commit c3f2003eb7

View File

@@ -639,8 +639,8 @@ impl CryptoStoreError {
}
}
/// Trait abstracting a store that the `OlmMachine` uses to store cryptographic
/// keys.
/// Represents a store that the `OlmMachine` uses to store E2EE data (such as
/// cryptographic keys).
#[cfg_attr(target_arch = "wasm32", async_trait(?Send))]
#[cfg_attr(not(target_arch = "wasm32"), async_trait)]
pub trait CryptoStore: AsyncTraitDeps {