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

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

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

Required methods

Implementations on Foreign Types

Implementors