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.
Enums§
- Read
Guarded View - A read-only accessor for a particular subview in a
CollectionView.
Type Aliases§
- Hashed
Byte Collection View - Type wrapping
ByteCollectionViewwhile memoizing the hash. - Hashed
Collection View - Type wrapping
CollectionViewwhile memoizing the hash. - Hashed
Custom Collection View - Type wrapping
CustomCollectionViewwhile memoizing the hash. - Historically
Hashed Byte Collection View - Wrapper around
ByteCollectionViewto compute hashes based on the history of changes. - Historically
Hashed Collection View - Wrapper around
CollectionViewto compute hashes based on the history of changes. - Historically
Hashed Custom Collection View - Wrapper around
CustomCollectionViewto compute hashes based on the history of changes.