Type Alias ProxyNativeMethod

Source
pub type ProxyNativeMethod = JSCFunction;

Aliased Type§

enum ProxyNativeMethod {
    None,
    Some(unsafe extern "C" fn(*mut JSContext, JSValue, i32, *mut JSValue) -> JSValue),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut JSContext, JSValue, i32, *mut JSValue) -> JSValue)

Some value of type T.