Type Alias libp2p::dns::tokio::Transport

pub type Transport<T> = Transport<T, AsyncResolver<GenericConnector<TokioRuntimeProvider>>>;
Available on crate features dns and tokio only.
Expand description

A Transport wrapper for performing DNS lookups when dialing Multiaddresses using tokio for all async I/O.

Aliased Type§

struct Transport<T> { /* private fields */ }