[][src]Trait libimagerror::exit::ExitUnwrap

pub trait ExitUnwrap<T> {
    fn unwrap_or_exit(self) -> T;
}

Required methods

fn unwrap_or_exit(self) -> T

Loading content...

Implementations on Foreign Types

impl<T, E: Into<ExitCode>> ExitUnwrap<T> for Result<T, E>[src]

Loading content...

Implementors

Loading content...