[][src]Function c3p0_pg_async::pg_async::get_or_error

pub fn get_or_error<'a, I: RowIndex + Display, T: FromSql<'a>>(
    row: &'a Row,
    index: I
) -> Result<T, C3p0Error>