Searched defs:DnsError (Results 1 – 1 of 1) sorted by relevance
455 pub enum DnsError { enum472 impl std::error::Error for DnsError {} implementation474 impl fmt::Display for DnsError { implementation480 impl From<std::io::Error> for DnsError { implementation485 impl From<str::Utf8Error> for DnsError { implementation491 impl From<std::net::AddrParseError> for DnsError { implementation