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