easy_token

Macro easy_token 

Source
macro_rules! easy_token {
    ($name:ident) => { ... };
}
Expand description

Defines a type with specified name that implement EasyToken and can be parsed from that name ident.