pub fn fold_fetch_direction<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: FetchDirection, ) -> FetchDirectionwhere F: Fold<T, T2> + ?Sized,