Enum chrootable_https::dns::DnsError [−][src]
pub enum DnsError {
NXDomain,
}Variants
NXDomain
Trait Implementations
impl Debug for DnsError[src]
impl Debug for DnsErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Into<DnsReply> for DnsError[src]
impl Into<DnsReply> for DnsError