Expand description
Structs§
- Binary
- Acts as a wrapper around
Vec<T>whereTimplementsPack. Primarily used for passing binary data into Rust functions. Can be treated as aVecin most situations, or can be ‘unwrapped’ into aVecthrough theFromimplementation onVec.