Function sql_parser::ast::fold::fold_join_constraint [−][src]
pub fn fold_join_constraint<F, T: AstInfo, T2: AstInfo>(
folder: &mut F,
node: JoinConstraint<T>
) -> JoinConstraint<T2> where
F: Fold<T, T2> + ?Sized,