Struct parsimonious::impls::StarStatefulParser [] [src]

pub struct StarStatefulParser<P, Q, T>(_, _, _);

Trait Implementations

impl<P: Clone, Q: Clone, T: Clone> Clone for StarStatefulParser<P, Q, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<P: Debug, Q: Debug, T: Debug> Debug for StarStatefulParser<P, Q, T>
[src]

Formats the value using the given formatter.

impl<P, T, S> Stateful<S> for StarStatefulParser<P, P::State, T> where
    P: Copy + Uncommitted<S>,
    T: Consumer<P::Output>, 
[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.