macro_rules! handlebars_resources_initialize {
( $($id:expr, $path:expr), * $(,)* ) => { ... };
}Expand description
Used for including HBS files into your executable binary file. You need to specify each file’s ID and its path.
macro_rules! handlebars_resources_initialize {
( $($id:expr, $path:expr), * $(,)* ) => { ... };
}Used for including HBS files into your executable binary file. You need to specify each file’s ID and its path.