Type Definition disarray_network::TokioTcpTransport
pub type TokioTcpTransport = GenTcpTransport<Tcp>;
Expand description
The type of a GenTcpTransport
using the tokio
implementation.
pub type TokioTcpTransport = GenTcpTransport<Tcp>;
The type of a GenTcpTransport
using the tokio
implementation.