[]Trait amadeus::source::postgres::_internal::rows::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 RowIndex for usize

impl RowIndex for str

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

Loading content...

Implementors

Loading content...