Trait ColumnIndex

Source
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.

Implementations on Foreign Types§

Source§

impl ColumnIndex for &str

Source§

impl ColumnIndex for usize

Implementors§