async fn save_if_asked<R: Radio>( ctl: &mut Ctl<'_, R>, no_save: bool, ) -> Result<()>where R::Error: Debug,
Persist a mutation, matching what the local commands do.