pub fn visit_assignment_mut<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast mut Assignment<T>, )where V: VisitMut<'ast, T> + ?Sized,