Enum darklua_core::ParserError [−][src]
pub enum ParserError {
Parsing(Error),
Converting(ConvertError),
}
Variants
Parsing(Error)
Tuple Fields of Parsing
0: Error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl UnwindSafe for ParserError
Blanket Implementations
Mutably borrows from an owned value. Read more