pub async fn get_stats<C: StatsRead + ?Sized>(
client: &C,
stats_type: &str,
) -> Result<Value>Expand description
Get DNS dashboard statistics through a vendor-neutral stats reader.
ยงErrors
Returns any error reported by the selected DNS backend.