pub async fn dns_quality_info(
    name: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<DNSQualityResponse>, Error>
Expand description

Makes a DNS quality enquiry to the registry

Arguments

  • client_sender - Reference to the tokio channel into the client