Function launch

Source
pub fn launch(
    root: fn() -> Element,
    contexts: Vec<Box<dyn Fn() -> Box<dyn Any> + Send + Sync>>,
    platform_config: Vec<Box<dyn Any>>,
) -> !
Available on crate feature axum only.
Expand description

Launch a fullstack app with the given root component, contexts, and config.