Skip to main content

write_frame

Function write_frame 

Source
pub async fn write_frame<W>(
    stream: &mut W,
    msg: &BackendMessage,
) -> Result<(), PgWireError>
where W: AsyncWrite + Unpin,
Expand description

Serialize + send a backend message.