Function mz_sql_parser::ast::fold::fold_alter_index_action

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