AnnotatedError

Type Alias AnnotatedError 

Source
pub type AnnotatedError = AnnotatedErrorOrWarning<ErrorKind>;

Aliased Type§

pub struct AnnotatedError {
    pub error_or_warning: ErrorOrWarning<ErrorKind>,
    pub annotation: Option<String>,
}

Fields§

§error_or_warning: ErrorOrWarning<ErrorKind>§annotation: Option<String>