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