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