thread_pool

Type Alias PanicHandler

source
pub(crate) type PanicHandler = Box<dyn Fn(usize, Box<dyn Any>) + Send + Sync>;

Aliased Typeยง

struct PanicHandler(/* private fields */);