Struct parsimonious::impls::BufferedStatefulParser [] [src]

pub struct BufferedStatefulParser<P>(_, _);

Trait Implementations

impl<P: Clone> Clone for BufferedStatefulParser<P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<P: Debug> Debug for BufferedStatefulParser<P>
[src]

Formats the value using the given formatter.

impl<'a, P> Stateful<&'a str> for BufferedStatefulParser<P> where
    P: Stateful<&'a str>, 
[src]

The type of the data being produced by the parser.

Provides data to the parser. Read more

Tells the parser that it will not receive any more data. Read more

Make this parser boxable.