odbc_api::parameter

Type Alias VarCharSliceMut

Source
pub type VarCharSliceMut<'a> = VarChar<&'a mut [u8]>;
Expand description

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

Aliased Typeยง

struct VarCharSliceMut<'a> { /* private fields */ }