Function get_value

Source
fn get_value<'a, T: FromSql<'a>>(
    row: &'a Row,
    name: &'static str,
) -> Result<T, SqlServerError>