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