Function to_value_mapper

Source
pub fn to_value_mapper<T: FromSqlOwned>(row: &Row) -> Result<T, Box<dyn Error>>