Macro tag

Source
macro_rules! tag {
    ($group:expr, $id:expr, $name:expr, $type:ident, $format:literal, $body:expr, $tag_data:expr) => { ... };
    ($group:expr, $id:expr, $name:expr, $type:ident, $format:expr, $body:expr, $tag_data:expr) => { ... };
    (parsed $group:expr, $id:expr, $name:expr, $type:ident, $format:expr, $val:expr, $tag_data:expr) => { ... };
    ($group:expr, $id:expr, $name:expr, $tag_data:expr) => { ... };
}