[][src]Crate exitfailure

Some newtype wrappers to help with using ? in main()

The primary items exported by this library are:

Basically, these types should only ever be used in the return type for main()

Structs

ExitDisplay

A newtype wrapper around E: std::fmt::Display

ExitFailure

The newtype wrapper around failure::Error