Type Alias HitHandler

Source
pub type HitHandler = Box<dyn HandleHit + Send + Sync>;
Available on crate feature cache only.
Expand description

Hit Handler

Aliased Typeยง

pub struct HitHandler(/* private fields */);