macro_rules! construct_link_map {
(table = $foreign_table:ident, link_type = $link_type:ident) => { ... };
(table = $foreign_table:ident, link_type = $link_type:ident, linked_to = $description:ident) => { ... };
}macro_rules! construct_link_map {
(table = $foreign_table:ident, link_type = $link_type:ident) => { ... };
(table = $foreign_table:ident, link_type = $link_type:ident, linked_to = $description:ident) => { ... };
}