Function mz_sql::ast::fold::fold_csr_seed_protobuf_schema

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