Trait odbc_api::parameter::Output[][src]

pub unsafe trait Output: CDataMut + HasDataType { }
Expand description

Guarantees that there is space in the output buffer for at least one element.

Implementors