Type Alias 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ยง

pub(crate) struct Inner(/* private fields */);