Expand description
Structs§
- Binary
- Acts as a wrapper around
Vec<T>
whereT
implementsPack
. Primarily used for passing binary data into Rust functions. Can be treated as aVec
in most situations, or can be ‘unwrapped’ into aVec
through theFrom
implementation onVec
.