to_row

Function to_row 

Source
pub fn to_row<'a, T>(v: &T) -> Result<Vec<u8>, Error>
where T: Row<'a>,