Enum nom::error::VerboseErrorKind [−][src]
error context for VerboseError
Variants
Context(&'static str)
static string added by the context
function
Char(char)
indicates which character was expected by the char
function
Nom(ErrorKind)
error kind given by various nom parsers
Trait Implementations
impl Clone for VerboseErrorKind
[src]
impl Clone for VerboseErrorKind
[src]fn clone(&self) -> VerboseErrorKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<VerboseErrorKind> for VerboseErrorKind
[src]
impl PartialEq<VerboseErrorKind> for VerboseErrorKind
[src]