diff --git a/src/stream.rs b/src/stream.rs index 4f45be6..6133e49 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -21,6 +21,7 @@ pub type TlsStream = RustlsStream; pub type TlsStream = OpenSslStream; /// A Proxy Stream wrapper +#[derive(Debug)] pub enum ProxyStream { NoProxy(R), Regular(R),