Function mz_sql::ast::fold::fold_table_option

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