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