Structs§
- Zero
Slice - A zero-copy “slice”, i.e. the zero-copy version of
[T]. This behaves similarly toZeroVec<T>, howeverZeroVec<T>is allowed to contain owned data and as such is ideal for deserialization since most human readable serialization formats cannot unconditionally deserialize zero-copy.