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

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

Implementors