We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ea884 commit fe98e31Copy full SHA for fe98e31
bindings/matrix-sdk-ffi/src/session_store.rs
@@ -182,6 +182,11 @@ mod sqlite_session_store {
182
183
#[cfg(feature = "indexeddb")]
184
mod indexeddb_session_store {
185
+ use std::sync::Arc;
186
+
187
+ use super::SessionStoreResult;
188
+ use crate::{client_builder::ClientBuildError, helpers::unwrap_or_clone_arc};
189
190
#[derive(Clone, uniffi::Object)]
191
pub struct IndexedDbSessionStoreBuilder {
192
name: String,
0 commit comments