Crate proxit

Source
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§

MainResult
A thin wrapper around a Result upon which the Termination trait is implemented. This is the type you’re going to want your main() function to return. The generic arguments provided to MainResult should match up with those of the inner Result enum.