This was originally prompted by a question I wrote on the user forums.
What is the current state of HRTBs for traits?
I know they're not currently implemented, but are there any "creative workarounds" in the same vein as @dtolnay's Autoref-based stable specialization which would let me have a where clause along the lines of F: for<T: SomeTrait> FnMut(&mut T)
?