Trait rusqlite::RowIndex

source ·
pub trait RowIndex {
    fn idx(&self, stmt: &Statement<'_>) -> Result<usize>;
}
Expand description

A trait implemented by types that can index into columns of a row.

Required Methods§

Returns the index of the appropriate column, or None if no such column exists.

Implementations on Foreign Types§

Implementors§