Enum resynth::Error [−][src]
pub enum Error {
IoError(Error),
LexError,
ParseError,
MemoryError,
ImportError(String),
NameError,
TypeError,
RuntimeError,
MultipleAssignError(String),
}Expand description
Error code for resynth program. Think of it as base exception type for the resynth language.
Variants
IoError(Error)
Tuple Fields
0: ErrorLexError
ParseError
MemoryError
ImportError(String)
Tuple Fields
0: StringNameError
TypeError
RuntimeError
MultipleAssignError(String)
Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
