remove generic arg from OpenStreams

This commit is contained in:
François Michel 2023-07-10 12:42:26 +00:00
parent f33251d69b
commit c50da7ed37
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ pub trait Connection<B: Buf> {
}
/// Trait for opening outgoing streams
pub trait OpenStreams<B: Buf> {
pub trait OpenStreams {
/// The type produced by `poll_open_bidi()`
type BidiStream: SendStream + RecvStream;
/// The type produced by `poll_open_send()`