Function std::io::net::addrinfo::get_host_addresses[src]
pub fn get_host_addresses(host: &str) -> IoResult<Vec<IpAddr>>
Easy name resolution. Given a hostname, returns the list of IP addresses for that hostname.
pub fn get_host_addresses(host: &str) -> IoResult<Vec<IpAddr>>
Easy name resolution. Given a hostname, returns the list of IP addresses for that hostname.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).