pub type ExpandedMapping<T> = Vec<<T as VnodeMappingItem>::Item>;
Expand description
Exapnded mapping from virtual nodes to items, essentially a vector of items and can be indexed by virtual nodes.
Aliased Typeยง
struct ExpandedMapping<T> { /* private fields */ }