macro_rules! handlebars_resources_initializer {
    ( $($name:expr => $path:expr), * $(,)* ) => { ... };
    ( $capacity:expr; $($name:expr => $path:expr), * $(,)*  ) => { ... };
}
Expand description

Used for generating a fairing for handlebars resources.