Trait postgres_shared::rows::RowIndex [] [src]

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.

Implementors