Type Definition js::jsapi::UnwatchOp [] [src]

type UnwatchOp = Option<unsafe extern "C" fn(cx: *mut JSContext, obj: HandleObject, id: HandleId) -> bool>;