An IP address, either IPv4 or IPv6.| doc.rust-lang.org
Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of `TryInto`.| doc.rust-lang.org
The subtraction operator `-`.| doc.rust-lang.org
The multiplication operator `*`.| doc.rust-lang.org
The bitwise AND operator `&`.| doc.rust-lang.org
The addition operator `+`.| doc.rust-lang.org
The 128-bit unsigned integer type.| doc.rust-lang.org
A TCP stream between a local and a remote socket.| doc.rust-lang.org
String slices.| doc.rust-lang.org
The 64-bit signed integer type.| doc.rust-lang.org
The 8-bit unsigned integer type.| doc.rust-lang.org
Layout of a block of memory.| doc.rust-lang.org
Utilities related to FFI bindings.| doc.rust-lang.org
[expr.literal]| doc.rust-lang.org
An implementation of `Allocator` can allocate, grow, shrink, and deallocate arbitrary blocks of data described via `Layout`.| doc.rust-lang.org