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