[][src]Macro simple_html_template::hash_map

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