Trait odbc_api::buffers::ColumnProjections
source · [−]pub unsafe trait ColumnProjections<'a> {
type View;
}
Expand description
Projections for ColumnBuffers, allowing for reading writing data while bound as a rowset or parameter buffer without invalidating invariants of the type.
Intended as part for the ColumnBuffer trait. Currently seperated to allow to compile without GAT.
Safety
View may not allow access to invalid rows.