Macro rquickjs_core::static_fn

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

A macro for implementing StaticJsFunction for generic functions.