pub async fn write_frame<W>(
stream: &mut W,
msg: &BackendMessage,
) -> Result<(), PgWireError>where
W: AsyncWrite + Unpin,Expand description
Serialize + send a backend message.
pub async fn write_frame<W>(
stream: &mut W,
msg: &BackendMessage,
) -> Result<(), PgWireError>where
W: AsyncWrite + Unpin,Serialize + send a backend message.