pub trait App: Completer + Executor { }
The trait to make an app. Implement Completer and Executor for this. See the examples for code.