Expand description
Management of annotations.
Structs§
- Annotation
Range - Location and range of an annotation ([start_line, start_col, end_line, end_col]). Location and range of an annotation
- Annotation
Slice - A region of an
Annotation
. - Annotation
Store - All the annotations for a given view
- Annotations
- A set of annotations of a given type.
Enums§
Traits§
- ToAnnotation
- A trait for types (like
Selection
) that have a distinct representation in core but are presented to the frontend as annotations.