Skip to content

Commit fdd60cf

Browse files
committed
feat: export more error types
1 parent 92b938e commit fdd60cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compio-quic/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mod socket;
3636

3737
#[cfg(rustls)]
3838
pub use builder::{ClientBuilder, ServerBuilder};
39-
pub use connection::{Connecting, Connection, ConnectionError};
39+
pub use connection::{Connecting, Connection, ConnectionError, OpenStreamError, SendDatagramError};
4040
pub use endpoint::{Endpoint, EndpointStats};
4141
pub use incoming::{Incoming, IncomingFuture};
4242
pub use recv_stream::{ReadError, ReadExactError, RecvStream, ResetError};

0 commit comments

Comments
 (0)