Function mz_sql_parser::ast::fold::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,