Macro syn_error_experiment::Token[][src]

macro_rules! Token {
    (struct) => { ... };
    (enum) => { ... };
    (:) => { ... };
    (,) => { ... };
}

A type-macro that expands to the name of the Rust type representation of a given token.