pub fn fold_source_envelope<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: SourceEnvelope, ) -> SourceEnvelopewhere F: Fold<T, T2> + ?Sized,