Trait kimchi_msm::columns::ColumnIndexer
source · pub trait ColumnIndexer: Debug + Copy + Eq + Ord {
const N_COL: usize;
// Required method
fn to_column(self) -> Column;
}
Expand description
A datatype expressing a generalized column, but with potentially more convenient interface than a bare column.