Trait odbc_api::parameter::Output [−][src]
Guarantees that there is space in the output buffer for at least one element.
Implementors
impl Output for VarChar32[src]
impl Output for VarChar512[src]
impl<'a> Output for VarCharMut<'a>[src]
impl<T> Output for Nullable<T> where
T: Pod + HasDataType, [src]
T: Pod + HasDataType,