pub trait ColumnIndex: Sealed { }Expand description
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.
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.