We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UdpSocket
Shutdown
1 parent dd9dcc1 commit 7543edcCopy full SHA for 7543edc
src/libstd/net/mod.rs
@@ -30,8 +30,7 @@ mod udp;
30
mod parser;
31
#[cfg(test)] mod test;
32
33
-/// Possible values which can be passed to the `shutdown` method of `TcpStream`
34
-/// and `UdpSocket`.
+/// Possible values which can be passed to the `shutdown` method of `TcpStream`.
35
#[derive(Copy, Clone, PartialEq, Debug)]
36
#[stable(feature = "rust1", since = "1.0.0")]
37
pub enum Shutdown {
0 commit comments