Skip to main content

EvictionEmit

Type Alias EvictionEmit 

Source
pub type EvictionEmit = Arc<dyn Fn(&EvictionCycleOutcome) + Send + Sync>;
Expand description

Closure-based callback for the per-cycle outcome event.

Aliased Typeยง

pub struct EvictionEmit { /* private fields */ }