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

Trait Implementations

impl Debug for CompareResult
[src]

Formats the value using the given formatter.

impl PartialEq for CompareResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.