Function mz_sql::ast::fold::fold_csr_seed_protobuf

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