Type Alias mozjs_sys::jsapi::JS::ReportStreamErrorCallback
source · pub type ReportStreamErrorCallback = Option<unsafe extern "C" fn(arg1: *mut JSContext, arg2: usize)>;
Aliased Type§
enum ReportStreamErrorCallback {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: usize)),
}