Skip to main content

rows_from_reply_bytes

Function rows_from_reply_bytes 

Source
pub fn rows_from_reply_bytes(
    bytes: &Bytes,
) -> Result<Vec<Vec<(String, SqlValue)>>, String>
Expand description

Decode rows_to_reply_bytes output for driver compatibility paths.