Function symbiosis::get_column_inner[][src]

pub(crate) fn get_column_inner<'a, T>(
    postgres_row: &'a Row,
    i: usize,
    nullable: bool
) -> Result<Option<T>, Error> where
    T: FromSql<'a>,