I have a struct holds what usually is a closure like this. I would like to give some sensible debug impl as this closure is user supplied.
So far the only thing I can think of is forcing a new function for creation and storing backtrace information, but it's not what I hope to do.