Type Alias socket2::socket::Inner

source ·
pub(crate) type Inner = TcpStream;
Expand description

Store a TcpStream internally to take advantage of its niche optimizations on Unix platforms.

Aliased Type§

struct Inner(/* private fields */);