pub fn apply(latest: &LatestRelease) -> Result<(), UpdateError>Expand description
Download, verify, and install latest, replacing the running binary.
Blocking — prefer the async install.
The caller must gate on InstallChannel::self_update_eligible first.