pub async fn list_cache<C: CacheRead + ?Sized>(
client: &C,
domain: &str,
) -> Result<Value>Expand description
List DNS cache entries for a domain through a vendor-neutral cache reader.
ยงErrors
Returns any error reported by the selected DNS backend.