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