Function mz_sql_parser::ast::fold::fold_comment_object_type

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