pub fn row_get_vec(row: &Row<'_>, idx: usize) -> Result<Vec<u8>>
Get the value of a column idx of the row as Vec<u8>.
idx
row
Vec<u8>