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