Trait spanner_rs::RowIndex
source · [−]pub trait RowIndex: Sealed { }
Expand description
A trait implemented by types that can index into a row.
Only the crate itself implements this.
Implementations on Foreign Types
impl RowIndex for usize
Allows indexing into a row using a column index.
impl RowIndex for str
Allows indexing into a row using a column name.