use Value;
use crate;
/// List DNS cache entries for a domain through a vendor-neutral cache reader.
///
/// # Errors
///
/// Returns any error reported by the selected DNS backend.
pub async Sized>
/// Delete cached DNS entries for a domain through a vendor-neutral cache writer.
///
/// # Errors
///
/// Returns any error reported by the selected DNS backend.
pub async Sized>
/// Flush the entire DNS cache through a vendor-neutral cache writer.
///
/// # Errors
///
/// Returns any error reported by the selected DNS backend.
pub async Sized>