Crate nym_wasm_storage

Crate nym_wasm_storage 

Source

Modules§

error
traits

Structs§

Database
An IDBDatabase implementation.
VersionChangeEvent
Fired for upgradeneeded, blocked & versionchange events.
WasmStorage
An indexeddb-backed in-browser storage with optional encryption.

Constants§

CIPHER_INFO_STORE
CIPHER_STORE_EXPORT

Traits§

Build
Finalise the builder.
BuildPrimitive
Finalise the builder for returning a primitive result.
PollUnpinned
A type that’s pollable without needing to pin it.
QuerySource
Common functionality for making queries.
TryFromJs
Convert from a JS value.
TryToJs
Convert to a JsValue.

Functions§

new_default_kdf

Type Aliases§

RawDbResult
A Result with an Error as the error type.