html_map

Macro html_map 

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