pub type ColdBuildNotify<'a> = &'a dyn Fn();Expand description
Callback invoked once when engine initialization begins a cold index build
(cache miss, --reindex, or an invalidated cache) rather than loading the
rkyv cache. Lets the caller surface a one-time latency notice at exactly the
right moment without the detection layer depending on the CLI progress type.