Function fold_csr_seed_protobuf_schema

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