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