Type Alias MissHandler

Source
pub type MissHandler<K, D> = fn(_: &K, _: &mut D, _: &mut u8, _: &[&dyn Any]) -> bool;