remove generic arg from OpenStreams
This commit is contained in:
parent
f33251d69b
commit
c50da7ed37
|
@ -60,7 +60,7 @@ pub trait Connection<B: Buf> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Trait for opening outgoing streams
|
/// Trait for opening outgoing streams
|
||||||
pub trait OpenStreams<B: Buf> {
|
pub trait OpenStreams {
|
||||||
/// The type produced by `poll_open_bidi()`
|
/// The type produced by `poll_open_bidi()`
|
||||||
type BidiStream: SendStream + RecvStream;
|
type BidiStream: SendStream + RecvStream;
|
||||||
/// The type produced by `poll_open_send()`
|
/// The type produced by `poll_open_send()`
|
||||||
|
|
Loading…
Reference in New Issue