[−][src]Trait tokio_postgres::row::RowIndex
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
impl RowIndex for usize[src]
impl RowIndex for str[src]
impl<'a, T: ?Sized> RowIndex for &'a T where
T: RowIndex, [src]
Loading content...
T: RowIndex,