Enum oyashio::NodeKind [] [src]

pub enum NodeKind<T> {
    Start,
    Data(T),
    End,
}

Variants

Trait Implementations

impl<T: Clone> Clone for NodeKind<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for NodeKind<T>
[src]

Formats the value using the given formatter.