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