pub fn catch_with_exit_code<T: Termination>(f: impl FnOnce() -> T) -> ExitCodeExpand description
Variant of catch_fatal_errors for the interface::Result return type
that also computes the exit code.
pub fn catch_with_exit_code<T: Termination>(f: impl FnOnce() -> T) -> ExitCodeVariant of catch_fatal_errors for the interface::Result return type
that also computes the exit code.