visit_tree_mut

Function visit_tree_mut 

Source
pub fn visit_tree_mut<'a, V: VisitMut<'a> + ?Sized>(
    v: &mut V,
    node: &mut Tree<'a>,
)