Function freya::prelude::run_app

pub fn run_app<T>(
    vdom: VirtualDom,
    rdom: SafeDOM,
    config: LaunchConfig<'_, T>,
    mutations_notifier: Option<Arc<Notify, Global>>,
    hovered_node: Option<Arc<Mutex<Option<EntityId>>, Global>>
)where
    T: 'static + Clone,
Expand description

Run the app