Trait combpop::iter::ParserIteratorBase [] [src]

pub trait ParserIteratorBase {
    type Input;
    type Element;
    fn emptiable() -> bool
    where
        Self: Sized
, { ... }
fn collect<V: FromIterator<Self::Element>>(self) -> Collect<Self, V>
    where
        Self: Sized
, { ... } }

Associated Types

Provided Methods

Implementors