Macro proc_easy::easy_token
source · [−]macro_rules! easy_token {
($name:ident) => { ... };
}Expand description
Produces type with specified name that implement EasyToken and can be parsed from the name ident.
macro_rules! easy_token {
($name:ident) => { ... };
}Produces type with specified name that implement EasyToken and can be parsed from the name ident.