macro_rules! impl_column_index_for_row {
    ($R:ident) => { ... };
}