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
Resultupon which theTerminationtrait is implemented. This is the type you’re going to want yourmain()function to return. The generic arguments provided toMainResultshould match up with those of the innerResultenum.