Type Definition libp2p_tcp::TcpTransport

source ·
pub type TcpTransport = Transport<Tcp>;
👎Deprecated since 0.37.0: Use async_io::Transport instead.
Available on crate feature async-io only.
Expand description

The type of a Transport using the async-io implementation.