[−][src]Trait expect_exit::ExpectedWithError
Required methods
fn expect_or_exit_perror(self, msg: &str) -> T
fn expect_or_die_perror(self, msg: &str) -> T
Implementations on Foreign Types
impl<T, E> ExpectedWithError<T> for Result<T, E> where
E: Display, [src]
E: Display,