An IPv6 address.| doc.rust-lang.org
An IP address, either IPv4 or IPv6.| doc.rust-lang.org
Format trait for an empty format, `{}`.| 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
A value-to-value conversion that consumes the input value. The opposite of `From`.| doc.rust-lang.org
Error Handling| doc.rust-lang.org
String slices.| doc.rust-lang.org
Used to do value-to-value conversions while consuming the input value. It is the reciprocal of `Into`.| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
The 32-bit unsigned integer type.| doc.rust-lang.org