Module tokio_websockets::resolver

source ·
Available on crate feature client only.
Expand description

Abstractions over DNS resolvers.

Structs§

  • A Resolver that uses the blocking getaddrinfo syscall in the tokio threadpool.

Traits§

  • Trait for a DNS resolver to resolve hostnames and ports to IP addresses.