Struct trust_dns_proto::xfer::retry_dns_handle::RetryDnsHandle [−][src]
Expand description
Can be used to reattempt a queries if they fail
note Current value of this is not clear, it may be removed
Implementations
Trait Implementations
type Response = Pin<Box<dyn Future<Output = Result<DnsResponse, ProtoError>> + Send + Unpin>>
type Response = Pin<Box<dyn Future<Output = Result<DnsResponse, ProtoError>> + Send + Unpin>>
The associated response from the response future, this should resolve to the Response message
Send a message via the channel in the client Read more
Only returns true if and only if this DNS handle is validating DNSSec. Read more
Auto Trait Implementations
impl<H> RefUnwindSafe for RetryDnsHandle<H> where
H: RefUnwindSafe,
impl<H> Send for RetryDnsHandle<H>
impl<H> Sync for RetryDnsHandle<H>
impl<H> Unpin for RetryDnsHandle<H>
impl<H> UnwindSafe for RetryDnsHandle<H> where
H: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more