When used as the return type of the function signature in Fn, FnMut and FnOnce, the concepts will match against any return type from a functor except void.
Fn
FnMut
FnOnce
void
Use Anything to include void as an accepted return type.
Anything