Macro table_data

Source
macro_rules! table_data {
    ($($key:ident : $value:expr),* $(,)?) => { ... };
}