pub trait RowIndex: Sealed { }
Expand description

A trait implemented by types that can index into columns of a row.

This cannot be implemented outside of this crate.

Implementations on Foreign Types§

source§

impl<'a, T> RowIndex for &'a Twhere T: ?Sized + RowIndex,

source§

impl RowIndex for usize

source§

impl RowIndex for str

Implementors§