construct_link_map

Macro construct_link_map 

Source
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) => { ... };
}