Function run

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

Runs a [Program] with the provided settings.