logo
pub fn recurse_elem_no_borrow<State>(
    elem: &ElementRc,
    state: &State,
    vis: &mut impl FnMut(&ElementRc, &State) -> State
)
Expand description

Same as recurse_elem, but will take the children from the element as to not keep the element borrow