template

Macro template 

Source
macro_rules! template {
    ($template:expr, { $($key:ident : $val:expr),* $(,)? }) => { ... };
}
Expand description

template!() macro