App

Trait App 

Source
pub trait App: Completer + Executor { }
Expand description

The trait to make an app. Implement Completer and Executor for this. See the examples for code.

Implementorsยง