Trait rorm_db::row::RowIndex

source ·
pub trait RowIndex: ColumnIndex<AnyRow> { }
Expand description

Something which can be used to index a Row’s cells.

Implementors§

source§

impl<T: ColumnIndex<AnyRow>> RowIndex for T