pub(crate) type Inner = TcpStream;
Store a TcpStream internally to take advantage of its niche optimizations on Unix platforms.
TcpStream
struct Inner(/* private fields */);