Module zerovec::ule::multi

source ·

Structs

  • This lets us conveniently use the EncodeAsVarULE functionality to create VarZeroVec<[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.