Struct bluejay_parser::error::Annotation
source · pub struct Annotation {
pub message: String,
pub span: Span,
}Fields§
§message: String§span: SpanTrait Implementations§
source§impl Debug for Annotation
impl Debug for Annotation
source§impl PartialEq<Annotation> for Annotation
impl PartialEq<Annotation> for Annotation
source§fn eq(&self, other: &Annotation) -> bool
fn eq(&self, other: &Annotation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.