Trait rusqlite::RowIndex
[−]
[src]
A trait implemented by types that can index into columns of a row.
Required Methods
fn idx(&self, stmt: &Statement) -> Result<i32>
Returns the index of the appropriate column, or None
if no such
column exists.
Implementations on Foreign Types
impl RowIndex for i32
[src]
impl RowIndex for i32
impl<'a> RowIndex for &'a str
[src]
impl<'a> RowIndex for &'a str