Function mz_sql::ast::fold::fold_copy_direction

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