js_intern_proc_macro

Macro try_js_intern

Source
try_js_intern!() { /* proc-macro */ }
Expand description

Does a very conservative check to see if an expression is a candidate for interning. If the expression is a candidate to be interned this will return js_intern!(...) Otherwise, the original expression is returned.