Expand description
Structs§
- Binary
Slice - Acts as a wrapper around
&[T]
whereT
implementsPackSlice
. Primarily used for passing read-only binary data into Rust functions.
&[T]
where T
implements PackSlice
.
Primarily used for passing read-only binary data into Rust functions.