Type Definition libp2p_tcp::TcpTransport
source · pub type TcpTransport = GenTcpTransport<Tcp>;
Expand description
The type of a GenTcpTransport
using the async-io
implementation.
pub type TcpTransport = GenTcpTransport<Tcp>;
The type of a GenTcpTransport
using the async-io
implementation.