Struct parsimonious::ImpossibleStatefulParser [] [src]

pub struct ImpossibleStatefulParser<T>(_, _);

Trait Implementations

impl<T: Debug> Debug for ImpossibleStatefulParser<T>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<T: Clone> Clone for ImpossibleStatefulParser<T>
[src]

fn clone(&self) -> ImpossibleStatefulParser<T>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for ImpossibleStatefulParser<T>
[src]

impl<T, S> StatefulParserOf<S> for ImpossibleStatefulParser<T>
[src]

type Output = T

fn parse(self, _: S) -> ParseResult<Self, S>

fn done(self) -> T