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

Required Methods

Implementations on Foreign Types

Implementors