Structsยง
- Blank
Slice ๐Encoder This lets us conveniently use the EncodeAsVarULE functionality to createVarZeroVec<[u8]>
s that have the right amount of space for elements without having to duplicate any unsafe code - This type is used by the custom derive to represent multiple
VarULE
fields packed into a single end-of-struct field. It is not recommended to use this type directly.