pub async fn client_send_error<A>(
stream: &mut A,
error: ClientError,
) -> Result<()>where
A: AsyncWriteExt + Unpin,
pub async fn client_send_error<A>(
stream: &mut A,
error: ClientError,
) -> Result<()>where
A: AsyncWriteExt + Unpin,