We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
net
net::UdpSocket
1 parent 0c01fd2 commit 946401cCopy full SHA for 946401c
tokio/src/net/mod.rs
@@ -46,6 +46,7 @@ cfg_net! {
46
pub use tcp::socket::TcpSocket;
47
48
mod udp;
49
+ #[doc(inline)]
50
pub use udp::UdpSocket;
51
}
52
0 commit comments