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