pub async fn write_request<W: AsyncWrite + Unpin>(
writer: &mut W,
req: &Request,
) -> Result<(), ProtocolError>Expand description
Serialize and write one Request.
pub async fn write_request<W: AsyncWrite + Unpin>(
writer: &mut W,
req: &Request,
) -> Result<(), ProtocolError>Serialize and write one Request.