Type Alias WarningReporter

Source
pub type WarningReporter = Option<unsafe extern "C" fn(*mut JSContext, *mut JSErrorReport)>;

Aliased Type§

pub 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.