Enum skimmer::symbol::Rune [] [src]

pub enum Rune {
    Char(Char),
    Word(Word),
}

Variants

Trait Implementations

impl Clone for Rune
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Symbol for Rune
[src]

impl From<Char> for Rune
[src]

Performs the conversion.

impl From<Word> for Rune
[src]

Performs the conversion.