Type Alias ReduceMicrosecondTimePrecisionCallback

Source
pub type ReduceMicrosecondTimePrecisionCallback = Option<unsafe extern "C" fn(f64, RTPCallerTypeToken, *mut JSContext) -> f64>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(f64, RTPCallerTypeToken, *mut JSContext) -> f64)

Some value of type T.