Enum sherr::DiagError[][src]

pub enum DiagError {
    UnreachableCodeReached {
        pos: Position,
    },
    UnimplementedCodeReached {
        pos: Position,
    },
    InternalError {
        pos: Position,
    },
}

Variants

Fields of UnreachableCodeReached

Fields of UnimplementedCodeReached

Fields of InternalError

Methods

impl DiagError
[src]

Trait Implementations

impl Debug for DiagError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DiagError

impl Sync for DiagError