Enum nom::Input [] [src]

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

Variants

Trait Implementations

impl<I: Debug> Debug for Input<I>
[src]

Formats the value using the given formatter.

impl<I: Clone> Clone for Input<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more