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