pub fn run<P>(program: P) -> Result<(), Error>where P: Program + 'static, P::Theme: Base,
Runs a Program with the provided settings.
Program