pub fn perform_update<D>( runtime: RuntimeHandle, dns: D, resolver: D::Client, options: Update, ) -> Result<impl Future<Item = (), Error = Error>, Error>where D: DnsOpen,