Function deno_net::ops::op_dns_resolve[][src]

pub async fn op_dns_resolve<NP>(
    state: Rc<RefCell<OpState>>,
    args: ResolveAddrArgs,
    _: ()
) -> Result<Vec<DnsReturnRecord>, AnyError> where
    NP: NetPermissions + 'static,