Function mz_sql::ast::fold::fold_set_operator

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