Function perform_update

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