matrix_sdk_store_file_event_cache

Function wrap_with_file_cache

Source
pub async fn wrap_with_file_cache<T, S>(
    state_store: &S,
    event_cache_store: T,
    cache_path: PathBuf,
    passphrase: &str,
) -> Result<FileEventCacheStore<T>, EventCacheStoreError>