pub trait Hook: Fn() + Send + Sync + 'static { }
The simple alias for function types that are 'static, Send, and Sync.
'static
Send
Sync