Crate matrix_sdk_indexeddb

Source

Structs§

IndexeddbCryptoStore
An implementation of CryptoStore that uses IndexedDB for persistent storage.
IndexeddbStateStore
IndexeddbStateStoreBuilder
Builder for IndexeddbStateStore.

Enums§

IndexeddbCryptoStoreError
IndexeddbStateStoreError
MigrationConflictStrategy
Sometimes Migrations can’t proceed without having to drop existing data. This allows you to configure, how these cases should be handled.
OpenStoreError
All the errors that can occur when opening an IndexedDB store.

Functions§

open_state_store
Create an IndexeddbStateStore.
open_stores_with_name
Create a IndexeddbStateStore and a IndexeddbCryptoStore that use the same name and passphrase.