[][src]Function intention_tester::launch_run

pub fn launch_run<O, F>(run: F) where
    F: FnOnce(O) -> Result<(), Error>,
    O: StructOpt