Function mz_sql_parser::ast::fold::fold_system_object_type

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