Type Alias quickjs_runtime::reflection::ProxyStaticNativeMethod
source · pub type ProxyStaticNativeMethod = JSCFunction;
Aliased Type§
enum ProxyStaticNativeMethod {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: JSValue, _: i32, _: *mut JSValue) -> JSValue),
}