Enum nom::error::VerboseErrorKind [−][src]
This is supported on crate feature
alloc only.Expand description
Error context for VerboseError
Variants
Context(&'static str)Static string added by the context function
Tuple Fields of Context
0: &'static strChar(char)Indicates which character was expected by the char function
Tuple Fields of Char
0: charNom(ErrorKind)Error kind given by various nom parsers
Tuple Fields of Nom
0: ErrorKindTrait 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