Skip to main content

run

Function run 

Source
pub fn run<A: Application + 'static>(
    config: AppConfig,
    application: A,
) -> Result<(), RunError>
Expand description

Runs one persistent application until the event loop exits.