Type Definition odbc_api::parameter::VarWCharSliceMut

source ·
pub type VarWCharSliceMut<'a> = VarCell<&'a mut [u8], WideText>;
Expand description

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