pub trait Application { // Required method fn start(&mut self); }
Trait for defining mango Application
Start the execution of the application