fuse-rs
fuse-rs copied to clipboard
[feature request] Add error() to generic reply trait
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.