class QueryReqWrap
extends AsyncWrap
import { QueryReqWrap } from "https://deno.land/std@0.172.0/node/internal_binding/cares_wrap.ts";
Properties
callback: (err: ErrnoException | null, records?: any) => void
reject: (err: ErrnoException | null) => void