Make WssyError compatable with anyhow
Add Send + Sync
bounds to DupError
trait object.
This will allow the error propagation expression ?
will work on WssyError
s in functions that return a anyhow::Result
.
As far as I can see this is only used when failing to clone a wayland messages fd, I'm hoping this doesn't cause any issues down the line.