save_if_asked

Function save_if_asked 

Source
async fn save_if_asked<R: Radio>(
    ctl: &mut Ctl<'_, R>,
    no_save: bool,
) -> Result<()>
where R::Error: Debug,
Expand description

Persist a mutation, matching what the local commands do.