Trait mysql_quick::ColumnIndex
pub trait ColumnIndex {
// Required method
fn idx(&self, columns: &[Column]) -> Option<usize>;
}
Expand description
Things that may be used as an index of a row column.
pub trait ColumnIndex {
// Required method
fn idx(&self, columns: &[Column]) -> Option<usize>;
}
Things that may be used as an index of a row column.