Enum nom::error::VerboseErrorKind [−][src]
Expand description
Error context for VerboseError
Variants
Context(&'static str)
Tuple Fields
0: &'static strStatic string added by the context function
Char(char)
Tuple Fields
0: charIndicates which character was expected by the char function
Nom(ErrorKind)
Tuple Fields
0: ErrorKindError kind given by various nom parsers
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VerboseErrorKind
impl Send for VerboseErrorKind
impl Sync for VerboseErrorKind
impl Unpin for VerboseErrorKind
impl UnwindSafe for VerboseErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
