macro_rules! tera_resources_initializer {
( $($name:expr => $path:expr), * $(,)* ) => { ... };
( $capacity:expr; $($name:expr => $path:expr), * $(,)* ) => { ... };
}
Expand description
Used for generating a fairing for tera resources.
macro_rules! tera_resources_initializer {
( $($name:expr => $path:expr), * $(,)* ) => { ... };
( $capacity:expr; $($name:expr => $path:expr), * $(,)* ) => { ... };
}
Used for generating a fairing for tera resources.