Skip to content

Commit

Permalink
Export SendDatagram struct to the public API
Browse files Browse the repository at this point in the history
This is retunred by the public API but was not being provided.  This
export this publicly.
  • Loading branch information
flub authored and djc committed Sep 26, 2024
1 parent 9a656d2 commit 2330895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quinn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ pub use rustls;
pub use udp;

pub use crate::connection::{
AcceptBi, AcceptUni, Connecting, Connection, OpenBi, OpenUni, ReadDatagram, SendDatagramError,
ZeroRttAccepted,
AcceptBi, AcceptUni, Connecting, Connection, OpenBi, OpenUni, ReadDatagram, SendDatagram,
SendDatagramError, ZeroRttAccepted,
};
pub use crate::endpoint::{Accept, Endpoint, EndpointStats};
pub use crate::incoming::{Incoming, IncomingFuture, RetryError};
Expand Down

0 comments on commit 2330895

Please sign in to comment.