[][src]Type Definition trust_dns_client::client::ClientFuture

type ClientFuture<R> = AsyncClient<R>;

A DNS Client implemented over futures-rs.

This Client is generic and capable of wrapping UDP, TCP, and other underlying DNS protocol implementations.