Struct quinn_udp::UdpSocket [−][src]
pub struct UdpSocket { /* fields omitted */ }
Expand description
Tokio-compatible UDP socket with some useful specializations.
Unlike a standard tokio UDP socket, this allows ECN bits to be read and written on some platforms.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UdpSocket
impl !UnwindSafe for UdpSocket
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more