GenDnsConfig

Type Alias GenDnsConfig 

Source
pub type GenDnsConfig<T, R> = Transport<T, R>;
๐Ÿ‘ŽDeprecated: Use async_std::Transport or tokio::Transport instead.

Aliased Typeยง

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