Enum nom::ErrorKind
[−]
[src]
pub enum ErrorKind<E = u32> { Custom(E), Tag, MapRes, MapOpt, Alt, IsNot, IsA, SeparatedList, SeparatedNonEmptyList, Many1, Count, TakeUntilAndConsume, TakeUntil, TakeUntilEitherAndConsume, TakeUntilEither, LengthValue, TagClosure, Alpha, Digit, AlphaNumeric, Space, MultiSpace, LengthValueFn, Eof, ExprOpt, ExprRes, CondReduce, Switch, TagBits, OneOf, NoneOf, Char, CrLf, RegexpMatch, RegexpMatches, RegexpFind, RegexpCapture, RegexpCaptures, TakeWhile1, Complete, Fix, Escaped, EscapedTransform, }
indicates which parser returned an error
Variants
Custom | |
Tag | |
MapRes | |
MapOpt | |
Alt | |
IsNot | |
IsA | |
SeparatedList | |
SeparatedNonEmptyList | |
Many1 | |
Count | |
TakeUntilAndConsume | |
TakeUntil | |
TakeUntilEitherAndConsume | |
TakeUntilEither | |
LengthValue | |
TagClosure | |
Alpha | |
Digit | |
AlphaNumeric | |
Space | |
MultiSpace | |
LengthValueFn | |
Eof | |
ExprOpt | |
ExprRes | |
CondReduce | |
Switch | |
TagBits | |
OneOf | |
NoneOf | |
Char | |
CrLf | |
RegexpMatch | |
RegexpMatches | |
RegexpFind | |
RegexpCapture | |
RegexpCaptures | |
TakeWhile1 | |
Complete | |
Fix | |
Escaped | |
EscapedTransform |