Type Definition disarray_network::TokioTcpTransport

pub type TokioTcpTransport = GenTcpTransport<Tcp>;
Expand description

The type of a GenTcpTransport using the tokio implementation.