Struct pear::ParseError [] [src]

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

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more