A TCP stream between a local and a remote socket.| doc.rust-lang.org
A list specifying general categories of I/O error.| doc.rust-lang.org
The `()` type, also called “unit”.| doc.rust-lang.org
The boolean type.| doc.rust-lang.org
The 8-bit unsigned integer type.| doc.rust-lang.org
The `Read` trait allows for reading bytes from a source.| doc.rust-lang.org
A trait for objects which are byte-oriented sinks.| doc.rust-lang.org
The 32-bit unsigned integer type.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org