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