Function dioxus_mobile::run[][src]

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