Type Definition js::jsapi::GCNurseryCollectionCallback [] [src]

type GCNurseryCollectionCallback = Option<unsafe extern "C" fn(rt: *mut JSRuntime, progress: GCNurseryProgress, reason: Reason)>;

A nursery collection callback receives the progress of the nursery collection and the reason for the collection.