diff --git a/transport/src/lib.rs b/transport/src/lib.rs index 54cc817..fdb5bfc 100644 --- a/transport/src/lib.rs +++ b/transport/src/lib.rs @@ -9,7 +9,7 @@ type ErrorCode = u64; type StreamId = u64; /// Trait representing a QUIC connection. -pub trait Connection { +pub trait Connection { /// The type produced by `poll_accept_bidi()` type BidiStream: SendStream + RecvStream; /// The type of the sending part of `BidiStream`