Enum extemp::Error [] [src]

pub enum Error {
    Automaton(String),
    IO(Error),
    Internal(String),
}

An error that can be encountered in automaton processing.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.