VaultOnceCell

Type Alias VaultOnceCell 

Source
pub type VaultOnceCell<T = HashMap<String, Value>> = Vault<NoteOnceCell<T>>;
Expand description

Vault, but used NoteOnceCell

Aliased Typeยง

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