Module annotations

Source
Expand description

Management of annotations.

Structs§

AnnotationRange
Location and range of an annotation ([start_line, start_col, end_line, end_col]). Location and range of an annotation
AnnotationSlice
A region of an Annotation.
AnnotationStore
All the annotations for a given view
Annotations
A set of annotations of a given type.

Enums§

AnnotationType

Traits§

ToAnnotation
A trait for types (like Selection) that have a distinct representation in core but are presented to the frontend as annotations.