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