pub fn fold_schema<F, T, T2>(folder: &mut F, node: Schema) -> Schemawhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,