Enum lber::Input [] [src]

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

Variants

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<I> Send for Input<I> where
    I: Send

impl<I> Sync for Input<I> where
    I: Sync