odbc_api::parameter

Type Alias 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 */ }