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