Xuanwo/backon

`FnMut` is rather too strong to implement

ClSlaid opened this issue · 2 comments

Sometimes only the Fn restriction is enough. And it's hard to acquire in asynchronous programming.

Please give the actual case, thanks.

BTW, Fn is more strict than FnMut.