pub fn run<A: Application + 'static>( config: AppConfig, application: A, ) -> Result<(), RunError>
Runs one persistent application until the event loop exits.