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