pub type ReduceMicrosecondTimePrecisionCallback = Option<unsafe extern "C" fn(arg1: f64, arg2: bool, arg3: *mut JSContext) -> f64>;

Aliased Type§

enum ReduceMicrosecondTimePrecisionCallback {
    None,
    Some(unsafe extern "C" fn(_: f64, _: bool, _: *mut JSContext) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: f64, _: bool, _: *mut JSContext) -> f64)

Some value of type T.