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;
|
type RecvStream: RecvStream;
|
||||||
/// A producer of outgoing Unidirectional and Bidirectional streams.
|
/// A producer of outgoing Unidirectional and Bidirectional streams.
|
||||||
type OpenStreams: OpenStreams<
|
type OpenStreams: OpenStreams<
|
||||||
B,
|
|
||||||
SendStream = Self::SendStream,
|
SendStream = Self::SendStream,
|
||||||
RecvStream = Self::RecvStream,
|
RecvStream = Self::RecvStream,
|
||||||
BidiStream = Self::BidiStream,
|
BidiStream = Self::BidiStream,
|
||||||
|
|
Loading…
Reference in New Issue