pub fn validate_row_description(msg: &BackendMessage) -> Result<()>Expand description
Validate that RowDescription matches our requirements
ยงErrors
Returns WireError::Protocol if the message is not a RowDescription.
Returns WireError::InvalidSchema if the description does not have exactly one column
named "data" with a JSON or JSONB type OID.