Expand description
The CollectionView
implements a map structure whose keys are ordered and the values are views.
Structs§
- A view that supports accessing a collection of views of the same kind, indexed by a
Vec<u8>
, one subview at a time. - A view that supports accessing a collection of views of the same kind, indexed by a key, one subview at a time.
- A map view that serializes the indices.
- A read-only accessor for a particular subview in a
CollectionView
.
Type Aliases§
- Type wrapping
ByteCollectionView
while memoizing the hash. - Type wrapping
CollectionView
while memoizing the hash. - Type wrapping
CustomCollectionView
while memoizing the hash.