[][src]Trait sqlx_core::row::RowIndex

pub trait RowIndex<R: ?Sized> where
    R: Row
{ fn try_get<T>(&self, row: &R) -> Result<T>
    where
        R::Database: HasSqlType<T>,
        T: Decode<R::Database>
; }

Required methods

fn try_get<T>(&self, row: &R) -> Result<T> where
    R::Database: HasSqlType<T>,
    T: Decode<R::Database>, 

Loading content...

Implementors

Loading content...