run

Function run 

Source
pub fn run<R: 'static>(app: impl FnMut(&Ui<'_>) -> R) -> Result<()>
Expand description

Run an application with the default RunConfig

This will block the current thread until the application exits.