Expand description
Types for interacting with vectors in serialized data
Structsยง
- Vector
- A
Vec
like view into a serialized buffer that deserializes on demand. - Vector
Iter - An iterator over the elements of a
Vector
.
Types for interacting with vectors in serialized data
Vec
like view into a serialized buffer that deserializes on demand.Vector
.