Link to relevant method/struct for std::net::Shutdown docs.
This commit is contained in:
parent
57e3b9eb71
commit
f2d8db15df
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,11 @@ mod udp;
|
|||
mod parser;
|
||||
#[cfg(test)] mod test;
|
||||
|
||||
/// Possible values which can be passed to the `shutdown` method of `TcpStream`.
|
||||
/// Possible values which can be passed to the [`shutdown`] method of
|
||||
/// [`TcpStream`].
|
||||
///
|
||||
/// [`shutdown`]: struct.TcpStream.html#method.shutdown
|
||||
/// [`TcpStream`]: struct.TcpStream.html
|
||||
#[derive(Copy, Clone, PartialEq, Debug)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub enum Shutdown {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue