pub async fn write_request<W: AsyncWriteExt + Unpin>(
writer: &mut W,
request: &Request,
) -> Result<(), ProtocolError>Expand description
Write and serialize a request
pub async fn write_request<W: AsyncWriteExt + Unpin>(
writer: &mut W,
request: &Request,
) -> Result<(), ProtocolError>Write and serialize a request