macro_rules! panic_setup {
($file_path:expr) => { ... };
($file_path:expr,$file_out:expr) => { ... };
}Expand description
Macro to be used in build script Only yaml file path or both yaml and output rust file can be provided
macro_rules! panic_setup {
($file_path:expr) => { ... };
($file_path:expr,$file_out:expr) => { ... };
}Macro to be used in build script Only yaml file path or both yaml and output rust file can be provided