Enum chrootable_https::dns::DnsError[][src]

pub enum DnsError {
    NXDomain,
}

Variants

Trait Implementations

impl Debug for DnsError
[src]

Formats the value using the given formatter. Read more

impl Into<DnsReply> for DnsError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DnsError

impl Sync for DnsError