Macro cfg_not_ssr_item
macro_rules! cfg_not_ssr_item {
($item:item) => { ... };
}
Expand description
macro_rules!
equivalent of cfg_not_ssr
. This is to get around the limitation of not being
able to put proc-macros on mod
items.
macro_rules! cfg_not_ssr_item {
($item:item) => { ... };
}
macro_rules!
equivalent of cfg_not_ssr
. This is to get around the limitation of not being
able to put proc-macros on mod
items.