pub fn extract_json_bytes(msg: &BackendMessage) -> Result<Bytes>Expand description
Extract JSON bytes from DataRow message
ยงErrors
Returns Error::Protocol if the message is not a DataRow, contains more than one field,
or the data field is null.