pub fn parse_ready(line: &str) -> Option<ServerReady>Expand description
Parse one stdout line as the readiness handshake. None for
anything else (servers may print other lines; the reader skips
them).
pub fn parse_ready(line: &str) -> Option<ServerReady>Parse one stdout line as the readiness handshake. None for
anything else (servers may print other lines; the reader skips
them).