Skip to content

Commit

Permalink
quinn: export endpoint::EndpointStats
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored and djc committed Sep 19, 2024
1 parent 00df048 commit 43a9d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub use crate::connection::{
AcceptBi, AcceptUni, Connecting, Connection, OpenBi, OpenUni, ReadDatagram, SendDatagramError,
ZeroRttAccepted,
};
pub use crate::endpoint::{Accept, Endpoint};
pub use crate::endpoint::{Accept, Endpoint, EndpointStats};
pub use crate::incoming::{Incoming, IncomingFuture, RetryError};
pub use crate::recv_stream::{ReadError, ReadExactError, ReadToEndError, RecvStream, ResetError};
#[cfg(feature = "runtime-async-std")]
Expand Down

0 comments on commit 43a9d76

Please sign in to comment.