pub fn parse_class_annotation(entity: &Entity<'_>) -> Option<ClassAnnotation>Expand description
Parse class annotation from entity comment (for clang AST) Returns @interface, @safe, or @unsafe annotation for a class
pub fn parse_class_annotation(entity: &Entity<'_>) -> Option<ClassAnnotation>Parse class annotation from entity comment (for clang AST) Returns @interface, @safe, or @unsafe annotation for a class