macro_rules! export_plugin_constants {
() => { ... };
(
"plugin": {
"name": $name: expr,
"description": $description: expr,
"version": $version: expr $(,)?
} $(,)?
) => { ... };
}
macro_rules! export_plugin_constants {
() => { ... };
(
"plugin": {
"name": $name: expr,
"description": $description: expr,
"version": $version: expr $(,)?
} $(,)?
) => { ... };
}