Struct odbc_api::buffers::OptWriter [−][src]
pub struct OptWriter<'a, T> { /* fields omitted */ }Expand description
Used to fill a column buffer with an iterator. Returned by
crate::buffers::ColumnarRowSet::column_mut as part of an
crate::buffers::AnyColumnViewMut.