Type Alias TcpConfig

Source
pub type TcpConfig = GenTcpConfig<Tcp>;
Expand description

The type of a GenTcpConfig using the async-io implementation.

Aliased Typeยง

pub struct TcpConfig { /* private fields */ }