pub type ClientFuture = AsyncClient;Expand description
A DNS Client implemented over futures-rs.
This Client is generic and capable of wrapping UDP, TCP, and other underlying DNS protocol implementations.
Aliased Typeยง
pub struct ClientFuture { /* private fields */ }