Function render_dom_from_body_node_inner

Source
pub fn render_dom_from_body_node_inner<'a>(
    xml_node: &'a XmlNode,
    component_map: &'a XmlComponentMap,
    parent_xml_attributes: &FilteredComponentArguments,
) -> Result<StyledDom, RenderDomError>
Expand description

Takes a single (expanded) app node and renders the DOM or returns an error