Type Definition libp2p_tcp::TokioTcpTransport

source ·
pub type TokioTcpTransport = Transport<Tcp>;
👎Deprecated since 0.37.0: Use tokio::Transport instead.
Available on crate feature tokio only.
Expand description

The type of a Transport using the tokio implementation.