VaultInMemory

Type Alias VaultInMemory 

Source
pub type VaultInMemory<T = HashMap<String, Value>> = Vault<NoteInMemory<T>>;
Expand description

Vault, but used NoteInMemory

Aliased Typeยง

pub struct VaultInMemory<T = HashMap<String, Value>> { /* private fields */ }