Function webrtc_util::conn::lookup_host[][src]

pub async fn lookup_host<T>(use_ipv4: bool, host: T) -> Result<SocketAddr> where
    T: ToSocketAddrs