Trait oracle::ColumnIndex
[−]
[src]
pub trait ColumnIndex: Sealed { }A trait implemented by types that can index into columns of a row.
This trait is sealed and cannot be implemented for types outside of the oracle crate.