Skip to main content

run

Function run 

Source
pub fn run(
    init: impl FnOnce(&mut RootWidget) -> Result<()> + 'static,
) -> Result<()>