macro_rules! resource_map {
($executable:expr $(, $virtual_id:expr => $physical_id:expr)* $(,)?) => { ... };
}Expand description
Creates a ResourceMap containing the given mappings.
macro_rules! resource_map {
($executable:expr $(, $virtual_id:expr => $physical_id:expr)* $(,)?) => { ... };
}Creates a ResourceMap containing the given mappings.