Macro create_token_struct

Source
macro_rules! create_token_struct {
    ($struct_name:ident, $content:expr) => { ... };
}