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