macro_rules! static_fn { ($f:ident) => { ... }; }
Expand description
A macro for implementing StaticJsFunction for generic functions.
macro_rules! static_fn { ($f:ident) => { ... }; }
A macro for implementing StaticJsFunction for generic functions.