Type Definition 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.