Expand description
For documentation on why this crate exists and how to use it, read the README contained in the root of this crates git repository.
Structs§
- Main
Result - A thin wrapper around a
Result
upon which theTermination
trait is implemented. This is the type you’re going to want yourmain()
function to return. The generic arguments provided toMainResult
should match up with those of the innerResult
enum.