Skip to main content

read_frame

Function read_frame 

Source
pub async fn read_frame<R>(
    stream: &mut R,
) -> Result<FrontendMessage, PgWireError>
where R: AsyncRead + Unpin,
Expand description

Read a regular tagged frame after the startup handshake.