[][src]Trait ena::sql::RowTrait

pub trait RowTrait {
    fn get<'a, I, T>(&'a self, idx: I) -> Result<T>
    where
        I: RowIndex,
        T: RowFrom<'a>
; }

Required methods

fn get<'a, I, T>(&'a self, idx: I) -> Result<T> where
    I: RowIndex,
    T: RowFrom<'a>, 

Loading content...

Implementations on Foreign Types

impl RowTrait for Row[src]

impl RowTrait for Row[src]

Loading content...

Implementors

Loading content...