Function deltachat::sql::row_get_vec

source ·
pub fn row_get_vec(row: &Row<'_>, idx: usize) -> Result<Vec<u8>>
Expand description

Get the value of a column idx of the row as Vec<u8>.