Trait oracle::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§