Function sql::ast::fold::fold_tail_relation[][src]

pub fn fold_tail_relation<F, T, T2>(
    folder: &mut F,
    node: TailRelation<T>
) -> TailRelation<T2> where
    T: AstInfo,
    T2: AstInfo,
    F: Fold<T, T2> + ?Sized