Function fold_csr_seed_protobuf

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