Struct annotate_snippets::snippet::SourceAnnotation [−][src]
pub struct SourceAnnotation<'a> {
pub range: (usize, usize),
pub label: &'a str,
pub annotation_type: AnnotationType,
}Expand description
An annotation for a Slice.
Fields
range: (usize, usize)label: &'a strannotation_type: AnnotationType