Function freya_core::render::process_render
source ยท pub fn process_render(
fdom: &FreyaDOM,
render_fn: impl FnMut(&FreyaDOM, &NodeId, &LayoutNode, &Torin<NodeId>),
)
Expand description
Call the render function for the nodes that should be rendered.