run

Function run 

Source
pub fn run<P>(program: P) -> Result<(), Error>
where P: Program + 'static, P::Theme: Base,
Expand description

Runs a Program with the provided settings.