macro_rules! idl_custom_path {
($relative_dir_path:expr, $program_name:expr) => { ... };
}Expand description
Get the IDL from the custom directory given a program name.
macro_rules! idl_custom_path {
($relative_dir_path:expr, $program_name:expr) => { ... };
}Get the IDL from the custom directory given a program name.