pub type GarbageCollectionStartFn = Option<fn(event: GarbageCollectionStartEvent<'_>)>;Aliased Type§
pub enum GarbageCollectionStartFn {
None,
Some(fn(GarbageCollectionStartEvent<'_>)),
}pub type GarbageCollectionStartFn = Option<fn(event: GarbageCollectionStartEvent<'_>)>;pub enum GarbageCollectionStartFn {
None,
Some(fn(GarbageCollectionStartEvent<'_>)),
}