Derive `Debug` for `WebSocketStream<S>`

pull/32/head
Marcin Pajkowski 4 years ago committed by Sebastian Dröge
parent 3d668b5b8f
commit 9b5b065b1b
  1. 1
      src/lib.rs

@ -203,6 +203,7 @@ where
/// through the respective `Stream` and `Sink`. Check more information about
/// them in `futures-rs` crate documentation or have a look on the examples
/// and unit tests for this crate.
#[derive(Debug)]
pub struct WebSocketStream<S> {
inner: WebSocket<AllowStd<S>>,
}

Loading…
Cancel
Save