Enum nom::Input [] [src]

pub enum Input<I> {
    Element(I),
    Empty,
    Eof(Option<I>),
}

Variants

Element
Empty
Eof

Trait Implementations

Derived Implementations

impl<I: Clone> Clone for Input<I>

fn clone(&self) -> Input<I>

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

impl<I: Debug> Debug for Input<I>

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