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

Produces type with specified name that implement EasyToken and can be parsed from the name ident.