Application

Trait Application 

Source
pub trait Application {
    // Required method
    fn start(&mut self);
}
Expand description

Trait for defining mango Application

Required Methods§

Source

fn start(&mut self)

Start the execution of the application

Implementors§