Type Definition libp2p_quic::async_std::Transport
source · pub type Transport = GenTransport<Provider>;
Available on crate feature
async-std
only.Expand description
Transport with [async-std
] runtime.
pub type Transport = GenTransport<Provider>;
async-std
only.Transport with [async-std
] runtime.