mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
Reexport UnknownStream
This occurs in the public API of Send/RecvStream.
This commit is contained in:
committed by
Dirkjan Ochtman
parent
646be16090
commit
2cff9e1eb9
+1
-1
@@ -71,7 +71,7 @@ pub use proto::{
|
||||
|
||||
pub use crate::connection::{
|
||||
Connecting, Connection, Datagrams, IncomingBiStreams, IncomingUniStreams, NewConnection,
|
||||
OpenBi, OpenUni, SendDatagramError, ZeroRttAccepted,
|
||||
OpenBi, OpenUni, SendDatagramError, UnknownStream, ZeroRttAccepted,
|
||||
};
|
||||
pub use crate::endpoint::{Endpoint, Incoming};
|
||||
pub use crate::recv_stream::{
|
||||
|
||||
Reference in New Issue
Block a user