Type Alias Elements
pub type Elements = IndexMap<Vec<u8>, Option<Element>>;
Expand description
Multiple grovedb elements.
Mapping between the key id and associated elements.
If element is not found, it is represented as None
.
Aliased Typeยง
struct Elements { /* private fields */ }