Type Alias libp2p_dns::GenDnsConfig

source ·
pub type GenDnsConfig<T, R> = Transport<T, R>;
👎Deprecated: Use async_std::Transport or tokio::Transport instead.

Aliased Type§

struct GenDnsConfig<T, R> { /* private fields */ }