Skip to main content

run

Function run 

Source
pub async fn run<F: Render + 'static, C: Component<F>>(
    app: C,
) -> Result<(), Error>