impl Debug for DataStream (and its components)
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.