Module run

Source
Expand description

Main loop utilities.

Structs§

Exit
Information on how to exit a program.

Traits§

HasExit
For types that can optionally have an Exit.

Functions§

run
Runs a Runner, handling a returned Exit.

Type Aliases§

Runner
A replacement for main.