Struct peel::example::prelude::Parser4 [] [src]

pub struct Parser4;

The third example parser

Trait Implementations

impl Debug for Parser4
[src]

Formats the value using the given formatter.

impl Clone for Parser4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Parser for Parser4
[src]

The type for result reporting, usually an enum

The type of the parser itself, usually an enum

The actual parsing entry point

Return the actual enum variant of the parser