run_op

Function run_op 

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