multiqueue icon indicating copy to clipboard operation
multiqueue copied to clipboard

Use std::sync::mpsc::SendError.

Open leoschwarz opened this issue 7 years ago • 0 comments

This should fix issue #19, it's probably better than just exporting the error since this way all the error types are just the ones used in the std::sync::mpsc module instead of having like two kinds of error types.

leoschwarz avatar Dec 25 '17 14:12 leoschwarz