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