Skip to content

impl Debug for DataStream (and its components)

Ian Jackson requested to merge Diziet/arti:debug-datastream into main

My proximate motivation is that tls-api wants its inner streams to be Debug. But in general, I agree with the Rust API Guidelines notion that almost everything should be Debug.

I have gone for the "dump all the things" approach. A more nuanced approach would be possible too.

Merge request reports

Loading