pub type ByteVecV1 = Versioned<ByteVec, 1>;
Expand description

Vector of bytes with a version number. Also encodes its own length when encoded using bin-prot

Trait Implementations

Converts to this type from the input type.