Crate exitfailure [] [src]

A simple newtype wrapper around failure::Error

The primary items exported by this library are:

  • ExitFailure: a wrapper around failure::Error to allow ? printing from main present a nicer error message

Basically, ExitFailure should only ever be used in the return type for main() -> Result<(), exitfailure::ExitFailure>

Structs

ExitFailure

The newtype wrapper around failure::Error