[][src]Function tdns_cli::update::perform_update

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