Expand description
DNS client compatible with the embedded-nal-async
traits.
This exists only for compatibility with crates that use embedded-nal-async
.
Prefer using Stack::dns_query
directly if you’re
not using embedded-nal-async
.
Structs§
- DnsQuery
- State for an in-progress DNS query.
- DnsSocket
- DNS client compatible with the
embedded-nal-async
traits. - Socket
- A Domain Name System socket.
Enums§
- DnsQuery
Type - DNS record types
- Error
- Errors returned by DnsSocket.
- IpAddress
- An internetworking address.