Struct native::io::addrinfo::GetAddrInfoRequest[src]

pub struct GetAddrInfoRequest;

Methods

impl GetAddrInfoRequest

fn run(host: Option<&str>, servname: Option<&str>, hint: Option<AddrinfoHint>) -> Result<Vec<AddrinfoInfo>, IoError>