Function init_global_dns_resolver

pub fn init_global_dns_resolver(resolver: impl DnsResolver)
Expand description

Initialises the global DnsResolver.

ยงPanics

Panics in case the global DnsResolver was already set. Use try_init_global_dns_resolver in case you wish to handle this more gracefully.