Function client_send_error

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