Function iced_glutin::application::run[][src]

pub fn run<A, E, C>(
    settings: Settings<A::Flags>,
    compositor_settings: C::Settings
) -> Result<(), Error> where
    A: Application + 'static,
    E: Executor + 'static,
    C: GLCompositor<Renderer = A::Renderer> + 'static, 

Runs an Application with an executor, compositor, and the provided settings.