pub type PanicHook = Box<dyn Fn(&AptabaseClient, &PanicInfo<'_>) + Sync + Send + 'static>;

Aliased Type§

struct PanicHook(/* private fields */);