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