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

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