parse_class_annotation

Function parse_class_annotation 

Source
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