fir async server compilation after last change

This commit is contained in:
François Michel 2023-07-10 12:58:47 +00:00
parent c50da7ed37
commit 6657464462
1 changed files with 0 additions and 1 deletions

View File

@ -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,