pub type ErrorCallback = Box<dyn Fn(&str) + Send + Sync>;
Callback type for errors.
pub struct ErrorCallback(/* private fields */);