Function try_get_option

Source
pub fn try_get_option<'a, T: FromSql<'a>>(
    row: &'a Row,
    column: &str,
) -> Option<T>