pub type GCSliceCallback = Option<unsafe extern "C" fn(*mut JSContext, GCProgress, *const GCDescription)>;
Aliased Type§
pub enum GCSliceCallback {
None,
Some(unsafe extern "C" fn(*mut JSContext, GCProgress, *const GCDescription)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut JSContext, GCProgress, *const GCDescription))
Some value of type T
.