Type Definition disarray_network::TokioDnsConfig
pub type TokioDnsConfig<T> = GenDnsConfig<T, GenericConnection, GenericConnectionProvider<TokioRuntime>>;Expand description
A Transport wrapper for performing DNS lookups when dialing Multiaddresses
using tokio for all async I/O.