macro_rules! static_fn {
    ($f:ident) => { ... };
}
Expand description

A macro for implementing StaticJsFunction for generic functions.