pub fn download_available_update_builds(
    iface: &Arc<NetworkInterface>,
    remote_endpoint: IpEndpoint
) -> Result<Vec<String>, &'static str>
Expand description

Connects to the update server over the given network interface and downloads the list of available update builds. An update build is a compiled instance of Theseus that contains all crates’ object files.