Type Alias JSGrayRootsTracer

Source
pub type JSGrayRootsTracer = Option<unsafe extern "C" fn(*mut JSTracer, *mut SliceBudget, *mut c_void) -> bool>;

Aliased Type§

pub enum JSGrayRootsTracer {
    None,
    Some(unsafe extern "C" fn(*mut JSTracer, *mut SliceBudget, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut JSTracer, *mut SliceBudget, *mut c_void) -> bool)

Some value of type T.