Function generate_runtime_setup

Source
pub fn generate_runtime_setup<'a, B>(
    name: Name,
    version: Version<'a>,
    about: About,
    builder: B,
) -> Runtime<'a>
where B: FnOnce(App<'a, 'a>) -> App<'a, 'a>,
Expand description

Helper to generate the Runtime object

exit()s the program if the runtime couldn’t be build, prints error with println!() before exiting