mysql_row_to_owned_row

Function mysql_row_to_owned_row 

Source
pub fn mysql_row_to_owned_row(
    row: Row,
    schema: &Schema,
) -> Result<OwnedRow, BatchError>