fuse-rs icon indicating copy to clipboard operation
fuse-rs copied to clipboard

[feature request] Add error() to generic reply trait

Open casey opened this issue 9 years ago • 0 comments

It would be great if the generic Reply trait had an error function. My use case is that I want to centralize error handling and logging, and so having a way to write a trait-bounded generic function that can call error() on a generic reply object would be super useful.

casey avatar May 26 '16 20:05 casey