mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 19:48:19 +00:00
Reexport TransportError(Code)
These are public in ConnectionError.
This commit is contained in:
+2
-1
@@ -54,7 +54,8 @@ mod udp;
|
||||
|
||||
pub use proto::{
|
||||
crypto, ApplicationClose, ClientConfig, ConnectError, ConnectionClose, ConnectionError,
|
||||
SendDatagramError, ServerConfig, Transmit, TransportConfig, VarInt,
|
||||
SendDatagramError, ServerConfig, Transmit, TransportConfig, TransportError, TransportErrorCode,
|
||||
VarInt,
|
||||
};
|
||||
|
||||
pub use crate::builders::{
|
||||
|
||||
Reference in New Issue
Block a user