Skip to main content

Hook

Type Alias Hook 

Source
type Hook = Arc<dyn Fn(&PanicReport<'_>) + Send + Sync>;

Aliased Typeยง

struct Hook { /* private fields */ }