Skip to content

Commit

Permalink
feat: re-export quinn::ConnectionError
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Nov 19, 2020
1 parent 175c563 commit c10895d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pub use config::Config;
pub use connections::{Connection, IncomingConnections, IncomingMessages, RecvStream, SendStream};
pub use endpoint::Endpoint;
pub use error::{Error, Result};
pub use quinn::ConnectionError;

#[cfg(test)]
mod tests;

0 comments on commit c10895d

Please sign in to comment.