Struct chrootable_https::dns::AsyncResolver [−][src]
pub struct AsyncResolver { /* fields omitted */ }Methods
impl AsyncResolver[src]
impl AsyncResolverpub fn cloudflare() -> AsyncResolver[src]
pub fn cloudflare() -> AsyncResolverpub fn with_udp_addr(recursors: &[String]) -> Result<AsyncResolver>[src]
pub fn with_udp_addr(recursors: &[String]) -> Result<AsyncResolver>pub fn with_udp(recursors: &[String]) -> Result<AsyncResolver>[src]
pub fn with_udp(recursors: &[String]) -> Result<AsyncResolver>pub fn resolve(&self, name: &str) -> Resolving[src]
pub fn resolve(&self, name: &str) -> ResolvingAuto Trait Implementations
impl Send for AsyncResolver
impl Send for AsyncResolverimpl Sync for AsyncResolver
impl Sync for AsyncResolver