Enum nom::CompareResult
[−]
[src]
pub enum CompareResult { Ok, Incomplete, Error, }
indicates wether a comparison was successful, an error, or if more data was needed
Variants
Ok
Incomplete
Error
Trait Implementations
impl Debug for CompareResult
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more