pub trait ResultExt<T> {
// Required method
fn unwrap_or_exit(self) -> T;
}Expand description
Extension trait for Result to easily exit with appropriate code
Required Methods§
Sourcefn unwrap_or_exit(self) -> T
fn unwrap_or_exit(self) -> T
Unwrap or exit with appropriate exit code