pub type DnsConfig<T> = GenDnsConfig<T, GenericConnection, GenericConnectionProvider<AsyncStdRuntime>>;Expand description
A Transport wrapper for performing DNS lookups when dialing Multiaddresses
using async-std for all async I/O.
pub type DnsConfig<T> = GenDnsConfig<T, GenericConnection, GenericConnectionProvider<AsyncStdRuntime>>;A Transport wrapper for performing DNS lookups when dialing Multiaddresses
using async-std for all async I/O.