fir async server compilation after last change
This commit is contained in:
parent
c50da7ed37
commit
6657464462
|
@ -18,7 +18,6 @@ pub trait Connection<B: Buf> {
|
|||
type RecvStream: RecvStream;
|
||||
/// A producer of outgoing Unidirectional and Bidirectional streams.
|
||||
type OpenStreams: OpenStreams<
|
||||
B,
|
||||
SendStream = Self::SendStream,
|
||||
RecvStream = Self::RecvStream,
|
||||
BidiStream = Self::BidiStream,
|
||||
|
|
Loading…
Reference in New Issue