Home
last modified time | relevance | path

Searched defs:DnsError (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/http-proxy/src/
Ddns.rs455 pub enum DnsError { enum
472 impl std::error::Error for DnsError {} implementation
474 impl fmt::Display for DnsError { implementation
480 impl From<std::io::Error> for DnsError { implementation
485 impl From<str::Utf8Error> for DnsError { implementation
491 impl From<std::net::AddrParseError> for DnsError { implementation