pub type PrefetchEmit = Arc<dyn Fn(&PrefetchPlan) + Send + Sync>;Expand description
Closure-based callback for “I would have prefetched this block”. Lets tests assert the worker’s choices without coupling to the log format.
Aliased Type§
pub struct PrefetchEmit { /* private fields */ }