Type Alias odbc_api::parameter::VarBinarySliceMut
source · 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.
Aliased Type§
struct VarBinarySliceMut<'a> { /* private fields */ }