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