pub type VaultInMemory<T = HashMap<String, Value>> = Vault<NoteInMemory<T>>;
Vault, but used NoteInMemory
NoteInMemory
pub struct VaultInMemory<T = HashMap<String, Value>> { /* private fields */ }