odbc_api::parameter

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

Aliased Typeยง

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