Enum extemp::Error
[−]
[src]
pub enum Error { Automaton(String), IO(Error), Internal(String), }
An error that can be encountered in automaton processing.
Variants
Automaton | ||
IO | ||
Internal |