pub type EvictionEmit = Arc<dyn Fn(&EvictionCycleOutcome) + Send + Sync>;
Closure-based callback for the per-cycle outcome event.
pub struct EvictionEmit { /* private fields */ }