Enum nom::CompareResult
source · pub enum CompareResult {
Ok,
Incomplete,
Error,
}Expand description
Indicates whether a comparison was successful, an error, or if more data was needed
Variants§
Trait Implementations§
source§impl Debug for CompareResult
impl Debug for CompareResult
source§impl PartialEq<CompareResult> for CompareResult
impl PartialEq<CompareResult> for CompareResult
source§fn eq(&self, other: &CompareResult) -> bool
fn eq(&self, other: &CompareResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.