macro_rules! import_namespace {
($str:literal) => { ... };
}Expand description
Create a custom section named import_namespace with the contents of the
string argument.
macro_rules! import_namespace {
($str:literal) => { ... };
}Create a custom section named import_namespace with the contents of the
string argument.