Struct peel::PeelResult [] [src]

pub struct PeelResult<'a> {
    pub result: ParserResultVec,
    pub left_input: &'a [u8],
    pub error: Option<PeelError>,
}

General return type of the Peel traversals

Fields

A vector of parser results

The left input

Possible error which occured during the parsing

Trait Implementations

impl<'a> Debug for PeelResult<'a>
[src]

Formats the value using the given formatter.