Skip to main content

serialize_rows

Function serialize_rows 

Source
fn serialize_rows<T>(data: &(dyn Any + Send)) -> Result<Vec<u8>>
where T: Serialize + 'static,