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