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