Type Definition libp2p::tcp::TokioTcpTransport
source · pub type TokioTcpTransport = Transport<Tcp>;
👎Deprecated since 0.37.0: Use
tokio::Transport
instead.Expand description
The type of a Transport
using the tokio
implementation.