pub type PartialMap = PartialContainer<PartialMapInner>;Expand description
A unprocessed map object.
Aliased Type§
pub struct PartialMap {
pub pointer: PartialPointer,
pub head: u64,
pub param: ValueIdent,
/* private fields */
}Fields§
§pointer: PartialPointerThe container start pointer.
head: u64The local container head pointer.
param: ValueIdentParameters for the container.