Struct pear::ParseError [] [src]

pub struct ParseError<I: Input> {
    pub parser: &'static str,
    pub expected: Expected<I>,
}

Fields

Methods

impl<I: Input> ParseError<I>
[src]

[src]

Trait Implementations

impl<I: Debug + Input> Debug for ParseError<I>
[src]

[src]

Formats the value using the given formatter.

impl<I: Clone + Input> Clone for ParseError<I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<I: PartialEq + Input> PartialEq for ParseError<I>
[src]

[src]

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

[src]

This method tests for !=.

impl<I: Input> Display for ParseError<I>
[src]

[src]

Formats the value using the given formatter. Read more