pub type VarBinarySliceMut<'a> = VarBinary<&'a mut [u8]>;
Expand description

Wraps a slice so it can be used as an output parameter for binary data.

Trait Implementations