Trait mysql_common::row::ColumnIndex[][src]

pub trait ColumnIndex {
    fn idx(&self, columns: &Vec<Column>) -> Option<usize>;
}

Things that may be used as an index of a row column.

Required Methods

Implementations on Foreign Types

impl ColumnIndex for usize
[src]

impl<'a> ColumnIndex for &'a str
[src]

Implementors