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