pub fn visit_children_arg<'a, A, F, T, V>( state: &mut V, arg: A, duplicate: &bool, f: F, ) -> Twhere V: Visitor<'a>, F: FnMut(&mut V, A, &bool) -> T, T: Default,