Enum tptp::error::Reported[][src]

pub enum Reported {
    IO(Error),
    Lexical(Lexical),
    Syntactic(Syntactic),
    Include(Include),
}

Any error that might be encountered

Variants

IO error on the underlying streams

Lexical error

Syntactic error

Include error

Trait Implementations

impl Debug for Reported
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Reported

impl Sync for Reported