aravindavk/logwatcher

Take a FnMut closure

henninglive opened this issue · 0 comments

Fn prevents the closure from mutating captured variables. Could we change it to FnMut to make the API easier to use in cases where we want to do this. This would be a braking change.