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