Available on crate feature
client only.Expand description
Built-in DNS resolver implementations.
Structsยง
- Tokio
DnsResolver rt-tokioand non-target_family="wasm" - DNS resolver that uses
tokio::spawn_blockingto resolve DNS using the standard library.