pub type TcpConfig = GenTcpConfig<Tcp>;
Expand description
The type of a GenTcpConfig
using the async-io
implementation.
Aliased Typeยง
pub struct TcpConfig { /* private fields */ }
pub type TcpConfig = GenTcpConfig<Tcp>;
The type of a GenTcpConfig
using the async-io
implementation.
pub struct TcpConfig { /* private fields */ }