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

Used for generating a fairing for static resources.