Modules§
- prelude
use ottr_main::prelude::*;to import the most common types, traits and functions.
Structs§
- Main
Loop Exit - The value
MainLoop::runreturns to indicate success or failure.
Traits§
- Main
Loop - An interface used to run an Otter application.