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