Skip to main content

parse_postgres_response

Function parse_postgres_response 

Source
pub fn parse_postgres_response(buf: &[u8]) -> Option<String>
Expand description

Parse a server→client message, return short summary Scans for the most important message in a multi-message buffer.