pub async fn read_backend_message<S>( stream: &mut S, ) -> Result<BackendMessageType, Error>where S: AsyncRead + Unpin,