Function mz_sql_parser::ast::fold::fold_show_object_type

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