[][src]Trait postgres::row::RowIndex

pub trait RowIndex: Sealed { }

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<'a, T> RowIndex for &'a T where
    T: RowIndex + ?Sized
[src]

impl RowIndex for str[src]

impl RowIndex for usize[src]

Loading content...

Implementors

Loading content...