Function webrtc_util::conn::lookup_host

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