Type Alias mozjs_sys::jsapi::JS::WarningReporter

source ·
pub type WarningReporter = Option<unsafe extern "C" fn(cx: *mut JSContext, report: *mut JSErrorReport)>;

Aliased Type§

enum WarningReporter {
    None,
    Some(unsafe extern "C" fn(_: *mut JSContext, _: *mut JSErrorReport)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JSContext, _: *mut JSErrorReport))

Some value of type T.