GarbageCollectionStartFn

Type Alias GarbageCollectionStartFn 

Source
pub type GarbageCollectionStartFn = Option<fn(event: GarbageCollectionStartEvent<'_>)>;

Aliased Type§

pub enum GarbageCollectionStartFn {
    None,
    Some(fn(GarbageCollectionStartEvent<'_>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(GarbageCollectionStartEvent<'_>))

Some value of type T.