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

Allows indexing into a row using a column index.

Allows indexing into a row using a column name.

Implementors