Function freya_devtools::with_devtools
source · pub fn with_devtools(
rdom: SafeDOM,
root: fn(cx: Scope<'_>) -> Element<'_>,
mutations_notifier: Arc<Notify>,
hovered_node: HoveredNode
) -> VirtualDom
Expand description
Run the VirtualDom
with a sidepanel where the devtools are located.