mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 03:25:46 -04:00
doc(base): Explain purpose of BaseClient#crypto_store
This commit is contained in:
committed by
Jonas Platte
parent
b0c70dc606
commit
1e2fd02478
@@ -77,7 +77,10 @@ use crate::{
|
||||
pub struct BaseClient {
|
||||
/// Database
|
||||
pub(crate) store: Store,
|
||||
/// The store used for encryption
|
||||
/// The store used for encryption.
|
||||
///
|
||||
/// This field is only meant to be used for `OlmMachine` initialization.
|
||||
/// All operations on it happen inside the `OlmMachine`.
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
crypto_store: Arc<dyn CryptoStore>,
|
||||
/// The olm-machine that is created once the
|
||||
|
||||
Reference in New Issue
Block a user