Enum lber::Input [] [src]

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

Variants

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more