Struct hyper::client::connect::dns::GaiResolver [−][src]
pub struct GaiResolver { /* fields omitted */ }
Expand description
A resolver using blocking getaddrinfo
calls in a threadpool.
Implementations
Trait Implementations
Returns Poll::Ready(Ok(()))
when the service is able to process requests. Read more
Auto Trait Implementations
impl RefUnwindSafe for GaiResolver
impl Send for GaiResolver
impl Sync for GaiResolver
impl Unpin for GaiResolver
impl UnwindSafe for GaiResolver
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more