Function dioxus_mobile::launch_with_props[][src]

pub fn launch_with_props<P>(
    root: fn(Scope<'_, P>) -> Option<VNode<'_>>,
    props: P,
    builder: impl for<'a, 'b> FnOnce(&'b mut DesktopConfig<'a>) -> &'b mut DesktopConfig<'a>
) where
    P: 'static + Send